diff options
Diffstat (limited to 'www/p5-AxKit-XSP-Sendmail/Makefile')
-rw-r--r-- | www/p5-AxKit-XSP-Sendmail/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-AxKit-XSP-Sendmail/Makefile b/www/p5-AxKit-XSP-Sendmail/Makefile index 5f08d557717a..d2041301b8a4 100644 --- a/www/p5-AxKit-XSP-Sendmail/Makefile +++ b/www/p5-AxKit-XSP-Sendmail/Makefile @@ -6,18 +6,17 @@ # PORTNAME= AxKit-XSP-Sendmail -PORTVERSION= 1.4 +PORTVERSION= 1.5 CATEGORIES= www perl5 -MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/ +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Simple SMTP mailer tag library for AxKit eXtesible Server Pages. -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ ${SITE_PERL}/Email/Valid.pm:${PORTSDIR}/mail/p5-Email-Valid -RUN_DEPENDS= ${BUILD_DEPENDS} MAN3= AxKit::XSP::Sendmail.3 |