diff options
author | az <az@FreeBSD.org> | 2013-09-12 02:03:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 02:03:40 +0800 |
commit | 691bd4b17c67cd318b03b78ab428664b3266e129 (patch) | |
tree | d7408d44121869e025a5f787d2662ce6fee4d2b9 /security/kpcli | |
parent | c8414b774416243a550b96b70d57e6b7f6e3b78e (diff) | |
download | freebsd-ports-gnome-691bd4b17c67cd318b03b78ab428664b3266e129.tar.gz freebsd-ports-gnome-691bd4b17c67cd318b03b78ab428664b3266e129.tar.zst freebsd-ports-gnome-691bd4b17c67cd318b03b78ab428664b3266e129.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/kpcli')
-rw-r--r-- | security/kpcli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile index cf0b67dbf767..3ca0b879b010 100644 --- a/security/kpcli/Makefile +++ b/security/kpcli/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${PORTSDIR}/security/p5-Crypt-Rijndael \ BUILD_DEPENDS:= ${RUN_DEPENDS} -USE_PERL5= yes +USES= perl5 MAN1= ${PORTNAME}.1 MANCOMPRESSED= yes PLIST_FILES= bin/kpcli |