c5f60a645f
- Bump dependent ports as .so version has changed Approved by: portmgr blanket
26 lines
557 B
Makefile
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>
|