diff options
author | az <az@FreeBSD.org> | 2013-09-03 00:56:12 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-03 00:56:12 +0800 |
commit | 3c578b2e794ac26da7874f5727d07f95b6fe7d0a (patch) | |
tree | eaf3f74266e11427c65ad4407882645073f1c78e /www/mhonarc | |
parent | 2572ef719389540034acc0b9f28390cd93fc30c5 (diff) | |
download | freebsd-ports-gnome-3c578b2e794ac26da7874f5727d07f95b6fe7d0a.tar.gz freebsd-ports-gnome-3c578b2e794ac26da7874f5727d07f95b6fe7d0a.tar.zst freebsd-ports-gnome-3c578b2e794ac26da7874f5727d07f95b6fe7d0a.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/mhonarc')
-rw-r--r-- | www/mhonarc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile index 13e1066da761..c0131604dfa6 100644 --- a/www/mhonarc/Makefile +++ b/www/mhonarc/Makefile @@ -17,7 +17,7 @@ MAINTAINER= kerndtr@kerndt.com COMMENT= WWW front end for mail archives USE_BZIP2= Yes -USE_PERL5= Yes +USES= perl5 NO_BUILD= Yes MAN1= mhonarc.1 mha-dbedit.1 mha-dbrecover.1 mha-decode.1 |