aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Authen-TacacsPlus/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:32:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-05 05:32:05 +0000
commit8dfc000a222893c8cec59fc2534b8fbc46752a38 (patch)
tree25352fd1dff509f4ea20483968684d016665f568 /security/p5-Authen-TacacsPlus/Makefile
parentdb0ad9aca8f73f1a164f131f885709b1c7b6d95c (diff)
downloadports-8dfc000a222893c8cec59fc2534b8fbc46752a38.tar.gz
ports-8dfc000a222893c8cec59fc2534b8fbc46752a38.zip
Update to 0.26
- Strip shared library - Regenerate patch files with makepatch: - Sort PLIST Changes: http://search.cpan.org/dist/Authen-TacacsPlus/Changes
Notes
Notes: svn path=/head/; revision=433368
Diffstat (limited to 'security/p5-Authen-TacacsPlus/Makefile')
-rw-r--r--security/p5-Authen-TacacsPlus/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Authen-TacacsPlus/Makefile b/security/p5-Authen-TacacsPlus/Makefile
index 3dbf7f080984..d4f103135d50 100644
--- a/security/p5-Authen-TacacsPlus/Makefile
+++ b/security/p5-Authen-TacacsPlus/Makefile
@@ -2,11 +2,9 @@
# $FreeBSD$
PORTNAME= Authen-TacacsPlus
-PORTVERSION= 0.24
-PORTREVISION= 1
+PORTVERSION= 0.26
CATEGORIES= security perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:MIKEM/Authen-TacacsPlus
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -17,9 +15,8 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
-MAKE_ENV+= CCFLAGS="${CFLAGS}"
-pre-build:
- ${PERL} -pi -e "s:CCFLAGS =:CCFLAGS ?=:g" ${WRKSRC}/tacpluslib/Makefile
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Authen/TacacsPlus/TacacsPlus.so
.include <bsd.port.mk>