diff options
author | az <az@FreeBSD.org> | 2013-09-14 12:04:18 +0000 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 12:04:18 +0000 |
commit | 4c360573894c2f8906ac8b085feab980b48ed846 (patch) | |
tree | 0b99f811fd2d870349949708741c6d39ea7b57a5 /misc/amanda-perl-wrapper/Makefile | |
parent | 9c17906cf340f9aa310ce0e513350fda4993f739 (diff) | |
download | FreeBSD-ports-4c360573894c2f8906ac8b085feab980b48ed846.zip FreeBSD-ports-4c360573894c2f8906ac8b085feab980b48ed846.tar.gz |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'misc/amanda-perl-wrapper/Makefile')
-rw-r--r-- | misc/amanda-perl-wrapper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/amanda-perl-wrapper/Makefile b/misc/amanda-perl-wrapper/Makefile index e554fe6..15f571e 100644 --- a/misc/amanda-perl-wrapper/Makefile +++ b/misc/amanda-perl-wrapper/Makefile @@ -14,7 +14,8 @@ DISTFILES= # empty MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl wrapper to use with Amanda (with libthr.so.* linked) -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run SUB_FILES= perl-amanda.c SUB_LIST= PREFIX=${LOCALBASE} PLIST_FILES= bin/perl-amanda |