diff options
author | az <az@FreeBSD.org> | 2013-09-04 14:06:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 14:06:59 +0800 |
commit | fbb642874cd14a12b370ea1ae7dac263d886aaa6 (patch) | |
tree | 560b663694eb053e69f2fd7ce39f1ca119ab80c2 /mail/t-prot | |
parent | 57eb4fe17886b043e60bc70f3507a4f583911efb (diff) | |
download | freebsd-ports-gnome-fbb642874cd14a12b370ea1ae7dac263d886aaa6.tar.gz freebsd-ports-gnome-fbb642874cd14a12b370ea1ae7dac263d886aaa6.tar.zst freebsd-ports-gnome-fbb642874cd14a12b370ea1ae7dac263d886aaa6.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/t-prot')
-rw-r--r-- | mail/t-prot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/t-prot/Makefile b/mail/t-prot/Makefile index 0c276f1da65a..e7c612ad7036 100644 --- a/mail/t-prot/Makefile +++ b/mail/t-prot/Makefile @@ -17,7 +17,7 @@ COMMENT= TOFU Protection - Display Filter for RFC822 messages RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= t-prot.1 |