- Strip shared library - Sort PLIST Changes: https://metacpan.org/dist/Crypt-Twofish2/changes
18 lines
393 B
Makefile
18 lines
393 B
Makefile
# Created by: nork@FreeBSD.org
|
|
|
|
PORTNAME= Crypt-Twofish2
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl implementation of the Twofish encryption algorithm
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Twofish2/Twofish2.so
|
|
|
|
.include <bsd.port.mk>
|