1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/security/p5-Crypt-GCrypt/Makefile
Frederic Culot e16500bfdc - Update to 1.25 [1]
- Add LICENSE (Artistic 1 & GPLv1)
- Reset PORTREVISION

Changes:	http://search.cpan.org/dist/Crypt-GCrypt/Changelog
PR:		ports/161125 [1]
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2011-09-30 10:51:29 +00:00

29 lines
609 B
Makefile

# New ports collection makefile for: p5-Crypt-GCrypt
# Date created: 2006-09-28
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
#
# $FreeBSD$
#
PORTNAME= Crypt-GCrypt
PORTVERSION= 1.25
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kaoru@kaisei.org
COMMENT= Perl interface to the GNU Cryptographic library
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \
GCRYPTINCPATH=${LOCALBASE}/include
MAN3= Crypt::GCrypt.3 Crypt::GCrypt::MPI.3
.include <bsd.port.mk>