aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Interface/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2016-10-09 15:47:37 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2016-10-09 15:47:37 +0000
commit3cdd7f3be2d3ee4fcaefef102c2b2f3ca7268820 (patch)
tree99ed2ee1bd84a83b8a5e84d3aaaba5314b7311eb /net/p5-Net-Interface/Makefile
parente8504749c9752dc5bd412011a8010d8c7d64d424 (diff)
downloadports-3cdd7f3be2d3ee4fcaefef102c2b2f3ca7268820.tar.gz
ports-3cdd7f3be2d3ee4fcaefef102c2b2f3ca7268820.zip
Update to 1.016, and strip XS module.
Notes
Notes: svn path=/head/; revision=423606
Diffstat (limited to 'net/p5-Net-Interface/Makefile')
-rw-r--r--net/p5-Net-Interface/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/p5-Net-Interface/Makefile b/net/p5-Net-Interface/Makefile
index da617bd24661..b3f1f47fa828 100644
--- a/net/p5-Net-Interface/Makefile
+++ b/net/p5-Net-Interface/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Net-Interface
-PORTVERSION= 1.012
-PORTREVISION= 1
+PORTVERSION= 1.016
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,4 +13,7 @@ COMMENT= Perl extension to access network interfaces
USES= perl5
USE_PERL5= configure
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Interface/Interface.so
+
.include <bsd.port.mk>