mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
cb41fc6623
Sponsored by: Absolight
30 lines
635 B
Makefile
30 lines
635 B
Makefile
# Created by: Tatsuki Makino <tatsuki_makino@hotmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mcrypt
|
|
PORTVERSION= 2.5.7.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:JESUS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tatsuki_makino@hotmail.com
|
|
COMMENT= Perl extension for the Mcrypt cryptography library
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= libmcrypt.so:security/libmcrypt
|
|
|
|
CONFIGURE_ENV= MCRYPT_CPPFLAGS=${CPPFLAGS}
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mcrypt/Mcrypt.so
|
|
|
|
.include <bsd.port.mk>
|