freebsd-ports/security/p5-Mcrypt/Makefile
Dmitry Marakasov c5f60a645f - Drop .la files for security/libmcrypt, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-17 17:29:47 +00:00

26 lines
557 B
Makefile

# Created by: Tatsuki Makino <tatsuki_makino@hotmail.com>
# $FreeBSD$
PORTNAME= Mcrypt
PORTVERSION= 2.5.7.0
PORTREVISION= 1
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:${PORTSDIR}/security/libmcrypt
CONFIGURE_ENV= MCRYPT_CPPFLAGS=${CPPFLAGS}
USE_PERL5= configure
USES= perl5
CPPFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>