diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-10-06 11:45:52 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-10-06 11:45:52 +0000 |
commit | 0a316e4bf048a9762596c0ddb62f847bdea46f16 (patch) | |
tree | 9ac9443e5e4cd14426752c32f73665b5870cde6d /mail/p5-Email-Valid/Makefile | |
parent | f54adc2e0104c05c8dcd4e9d1eed730eb543d046 (diff) |
Notes
Diffstat (limited to 'mail/p5-Email-Valid/Makefile')
-rw-r--r-- | mail/p5-Email-Valid/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index 302dab21e64d..9b3bfff60021 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Email-Valid -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Email @@ -16,8 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Check validity of Internet email addresses -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools +BUILD_DEPENDS= ${SITE_PERL}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ + ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |