diff options
author | az <az@FreeBSD.org> | 2013-09-04 17:48:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 17:48:54 +0800 |
commit | 3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5 (patch) | |
tree | 953022d190d94b7533bdc20a56ca5c5bc39761c5 /mail/p5-Mail-Verify | |
parent | eaf61a5dfe67719aac4112d29fe8b11776e75c7e (diff) | |
download | freebsd-ports-gnome-3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5.tar.gz freebsd-ports-gnome-3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5.tar.zst freebsd-ports-gnome-3c49d377a13e5c43b341a3bf9f43c8cdf4aa60f5.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/p5-Mail-Verify')
-rw-r--r-- | mail/p5-Mail-Verify/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-Verify/Makefile b/mail/p5-Mail-Verify/Makefile index 01bb635fc88c..96ded3612358 100644 --- a/mail/p5-Mail-Verify/Makefile +++ b/mail/p5-Mail-Verify/Makefile @@ -17,7 +17,8 @@ COMMENT= Perl module to verify email addresses BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Verify.3 |