diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/p5-Gateway/Makefile | 25 | ||||
-rw-r--r-- | news/p5-NNTPClient/Makefile | 5 | ||||
-rw-r--r-- | news/p5-News-Article/Makefile | 5 | ||||
-rw-r--r-- | news/p5-News-Newsrc/Makefile | 5 |
4 files changed, 14 insertions, 26 deletions
diff --git a/news/p5-Gateway/Makefile b/news/p5-Gateway/Makefile index 11724abfb583..96e7558878d9 100644 --- a/news/p5-Gateway/Makefile +++ b/news/p5-Gateway/Makefile @@ -5,25 +5,22 @@ # $FreeBSD$ # -PORTNAME= Gateway -PORTVERSION= 0.42 -CATEGORIES= news perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +PORTNAME= Gateway +PORTVERSION= 0.42 +CATEGORIES= news perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= News -PKGNAMEPREFIX= p5- +PKGNAMEPREFIX= p5- -MAINTAINER= croyle@gelemna.org +MAINTAINER= croyle@gelemna.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article -RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/Article.pm:${PORTSDIR}/news/p5-News-Article -USE_PERL5= yes +PERL_CONFIGURE= yes -MAN3= News::Gateway.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL +MAN3= News::Gateway.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} post-install: .if !defined(NOPORTDOCS) diff --git a/news/p5-NNTPClient/Makefile b/news/p5-NNTPClient/Makefile index 27d1707d4532..7c7727b909d1 100644 --- a/news/p5-NNTPClient/Makefile +++ b/news/p5-NNTPClient/Makefile @@ -14,12 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= News::NNTPClient.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/news/p5-News-Article/Makefile b/news/p5-News-Article/Makefile index 89cd6e23d071..86656eca06bb 100644 --- a/news/p5-News-Article/Makefile +++ b/news/p5-News-Article/Makefile @@ -18,13 +18,10 @@ RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR} ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/NNTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/PGP/Sign.pm:${PORTSDIR}/security/p5-PGP-Sign -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= News::Article.3 News::AutoReply.3 News::FormArticle.3 \ News::FormReply.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/news/p5-News-Newsrc/Makefile b/news/p5-News-Newsrc/Makefile index 85f90bc84315..9e024c780e9e 100644 --- a/news/p5-News-Newsrc/Makefile +++ b/news/p5-News-Newsrc/Makefile @@ -16,12 +16,9 @@ MAINTAINER= croyle@gelemna.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Set/IntSpan.pm:${PORTSDIR}/math/p5-Set-IntSpan -USE_PERL5= yes +PERL_CONFIGURE= yes MAN3= News::Newsrc.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> |