diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 17:56:03 +0000 |
commit | cd3cb6184d743f557750904f520cdc062e37b05e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/libksba | |
parent | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326998
Diffstat (limited to 'security/libksba')
-rw-r--r-- | security/libksba/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 7cfb687e6a83..43bf18a99882 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -1,7 +1,4 @@ -# New ports collection Makefile for: libksba -# Date created: July 17 2002 -# Whom: Tilman Linneweh <arved@FreeBSD.org> -# +# Created by: Tilman Linneweh <arved@FreeBSD.org> # $FreeBSD$ PORTNAME= libksba @@ -22,7 +19,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-static USE_LDCONFIG= yes -USE_PERL5_BUILD=yes +USES= perl5 +USE_PERL5= build INFO= ksba |