mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
22 lines
384 B
Makefile
22 lines
384 B
Makefile
# Created by: vanilla@
|
|
|
|
PORTNAME= CryptX
|
|
PORTVERSION= 0.073
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN/Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Crypto toolkit
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/CryptX/CryptX.so
|
|
|
|
.include <bsd.port.mk>
|