diff --git a/converters/p5-Sereal/Makefile b/converters/p5-Sereal/Makefile index 53559c94e0c4..a6155a314ceb 100644 --- a/converters/p5-Sereal/Makefile +++ b/converters/p5-Sereal/Makefile @@ -1,38 +1,38 @@ PORTNAME?= Sereal PORTVERSION= 4.018 CATEGORIES= converters perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:YVES PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT?= Perl extension for fast, compact, powerful binary (de-)serialization LICENSE= ART10 GPLv1+ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-LongString>=0:devel/p5-Test-LongString \ p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 USE_PERL5= configure MAKE_JOBS_UNSAFE= yes .if empty(SLAVE_PORT) BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sereal-Decoder>=${PORTVERSION}:converters/p5-Sereal-Decoder \ p5-Sereal-Encoder>=${PORTVERSION}:converters/p5-Sereal-Encoder NO_ARCH= yes .else LIB_DEPENDS= libzstd.so:archivers/zstd MAKE_ENV+= PASTHRU_DEFINE="-I${LOCALBASE}/include" post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Sereal/${PORTNAME:C/Sereal-//}/*.so .endif .include diff --git a/devel/p5-Data-Serializer-Sereal/Makefile b/devel/p5-Data-Serializer-Sereal/Makefile index c8d5bc87e48f..5310952061e6 100644 --- a/devel/p5-Data-Serializer-Sereal/Makefile +++ b/devel/p5-Data-Serializer-Sereal/Makefile @@ -1,21 +1,21 @@ # Created by: Adam Weinberger PORTNAME= Data-Serializer-Sereal PORTVERSION= 1.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Creates bridge between Data::Serializer and Sereal BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Data-Serializer>=0:devel/p5-Data-Serializer \ p5-Sereal-Decoder>=0:converters/p5-Sereal-Decoder \ p5-Sereal-Encoder>=0:converters/p5-Sereal-Encoder USES= perl5 USE_PERL5= configure NO_ARCH= yes .include diff --git a/sysutils/z/Makefile b/sysutils/z/Makefile index 13b213fa71cd..21b393340931 100644 --- a/sysutils/z/Makefile +++ b/sysutils/z/Makefile @@ -1,27 +1,27 @@ # Created by: Adam Weinberger PORTNAME= z PORTVERSION= 1.11 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Takes you to your most used directories, based on "frecency" LICENSE= WTFPL USE_GITHUB= yes GH_ACCOUNT= rupa NO_BUILD= yes NO_ARCH= yes SUB_FILES= pkg-message PLIST_FILES= ${DATADIR_REL}/z.sh \ man/man1/z.1.gz do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/z.sh ${STAGEDIR}${DATADIR} ${INSTALL_MAN} ${WRKSRC}/z.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include diff --git a/textproc/p5-JSON-Validator/Makefile b/textproc/p5-JSON-Validator/Makefile index 4d69cdc55b17..4e7967c7373a 100644 --- a/textproc/p5-JSON-Validator/Makefile +++ b/textproc/p5-JSON-Validator/Makefile @@ -1,27 +1,27 @@ # Created by: Adam Weinberger PORTNAME= JSON-Validator PORTVERSION= 5.02 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= adamw@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Validate data against a JSON schema LICENSE= ART20 BUILD_DEPENDS:= ${RUN_DEPENDS} RUN_DEPENDS= p5-Mojolicious>=7.28:www/p5-Mojolicious \ p5-YAML-LibYAML>=0.80:textproc/p5-YAML-LibYAML TEST_DEPENDS= p5-Data-Validate-Domain>0:dns/p5-Data-Validate-Domain \ p5-Data-Validate-IP>0:net-mgmt/p5-Data-Validate-IP \ p5-Net-IDN-Encode>0:textproc/p5-Net-IDN-Encode \ p5-Test-Deep>0:devel/p5-Test-Deep USES= perl5 USE_PERL5= configure NO_ARCH= yes .include