freebsd-ports/security/p5-Crypt-Twofish2/Makefile
2021-08-08 22:55:30 +08:00

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>