mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
27 lines
538 B
Makefile
27 lines
538 B
Makefile
# New ports collection makefile for: p5-Mcrypt
|
|
# Date created: 27 Jan 2009
|
|
# Whom: Tatsuki
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Mcrypt
|
|
PORTVERSION= 2.5.7.0
|
|
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
|
|
|
|
LIB_DEPENDS= mcrypt.[8]:${PORTSDIR}/security/libmcrypt
|
|
|
|
MAN3= Mcrypt.3
|
|
PERL_CONFIGURE= yes
|
|
CONFIGURE_ENV= MCRYPT_CPPFLAGS=${CPPFLAGS}
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|