diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:13:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 06:13:27 +0000 |
commit | 995f5a5f620f84d12fd92f63ba018f0dbc95c4a5 (patch) | |
tree | b6dffe38d7174e3cea11da95ba672956bd043cf0 /sysutils/fpkg | |
parent | 135d83279d7748ae53f2b6d71d5e808e6a14c5ec (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326572
Diffstat (limited to 'sysutils/fpkg')
-rw-r--r-- | sysutils/fpkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fpkg/Makefile b/sysutils/fpkg/Makefile index c3a4f5ea56fc..336cb896807b 100644 --- a/sysutils/fpkg/Makefile +++ b/sysutils/fpkg/Makefile @@ -17,7 +17,7 @@ EXTRACT_ONLY= MAINTAINER= y.shimazu@nifty.com COMMENT= Package Tool Wrapper for FreeBSD -USE_PERL5= YES +USES= perl5 NO_WRKSUBDIR= YES NO_BUILD= YES PLIST_FILES= bin/fpkg |