diff options
author | az <az@FreeBSD.org> | 2013-09-04 20:28:16 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 20:28:16 +0800 |
commit | f27301734dfcb5387839ca3565ed7290c2ff25f5 (patch) | |
tree | 0fd4ed310a69b1d78e6cb769ef456e7d5de32177 /mail/squirrelmail-vlogin-plugin | |
parent | 3257027f2be3b873db84d113cea87cf693af26e2 (diff) | |
download | freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.tar.gz freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.tar.zst freebsd-ports-gnome-f27301734dfcb5387839ca3565ed7290c2ff25f5.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/squirrelmail-vlogin-plugin')
-rw-r--r-- | mail/squirrelmail-vlogin-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile index 7089b4a6ade9..811833fcdf26 100644 --- a/mail/squirrelmail-vlogin-plugin/Makefile +++ b/mail/squirrelmail-vlogin-plugin/Makefile @@ -13,7 +13,8 @@ DIST_SUBDIR= squirrelmail MAINTAINER= neil@darlow.co.uk COMMENT= Adds multi-site-hosting capabilities to SquirrelMail -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_SM_COMPAT= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} |