diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-04 13:52:04 +0800 |
commit | 6337984890c98036209bdd2001ac29c3386bf22a (patch) | |
tree | 49987ebc7199c83bbbedf798b4bac41866d0e8b8 /mail/p5-Mail-Verp | |
parent | 60142314b6fa572e821b7630f04ec5ef3bb3d0f2 (diff) | |
download | freebsd-ports-gnome-6337984890c98036209bdd2001ac29c3386bf22a.tar.gz freebsd-ports-gnome-6337984890c98036209bdd2001ac29c3386bf22a.tar.zst freebsd-ports-gnome-6337984890c98036209bdd2001ac29c3386bf22a.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/p5-Mail-Verp')
-rw-r--r-- | mail/p5-Mail-Verp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-Verp/Makefile b/mail/p5-Mail-Verp/Makefile index c28d8347c0a5..46512c8d2bbb 100644 --- a/mail/p5-Mail-Verp/Makefile +++ b/mail/p5-Mail-Verp/Makefile @@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Encodes and decodes Variable Envelope Return Paths (VERP) addresses -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Mail::Verp.3 |