1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Strip shared library

- Bump PORTREVISION for package change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-11-21 02:09:48 +00:00
parent 5968598183
commit 97dadf4351
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402117

View File

@ -3,6 +3,7 @@
PORTNAME= Event
PORTVERSION= 1.24
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -16,4 +17,7 @@ LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Event/Event.so
.include <bsd.port.mk>