diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-06-26 09:22:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-06-26 09:22:20 +0000 |
commit | fe739a783c317464632c68e332a1673b3536a704 (patch) | |
tree | 88fc215aa48234e0bbc42c1869adb1b769a88bd7 /www/p5-AxKit-XSP-Sendmail/Makefile | |
parent | e879b858da4ab1319ed61cff1963ad78594e27c1 (diff) | |
download | ports-fe739a783c317464632c68e332a1673b3536a704.tar.gz ports-fe739a783c317464632c68e332a1673b3536a704.zip |
Notes
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 |