diff options
Diffstat (limited to 'net/p5-MaxMind-DB-Writer/Makefile')
-rw-r--r-- | net/p5-MaxMind-DB-Writer/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-MaxMind-DB-Writer/Makefile b/net/p5-MaxMind-DB-Writer/Makefile index be9e433fc6bb..975a3a253123 100644 --- a/net/p5-MaxMind-DB-Writer/Makefile +++ b/net/p5-MaxMind-DB-Writer/Makefile @@ -3,6 +3,7 @@ PORTNAME= MaxMind-DB-Writer PORTVERSION= 0.100004 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MAXMIND @@ -40,4 +41,7 @@ TEST_DEPENDS= p5-Data-Printer>=0:${PORTSDIR}/devel/p5-Data-Printer \ USE_PERL5= modbuild USES= perl5 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MaxMind/DB/Writer/Tree/Tree.so + .include <bsd.port.mk> |