2005-12-26 12:50:43 +01:00
|
|
|
# New ports collection makefile for: p5-Object-Signature
|
|
|
|
# Date created: 26 Dec 2005
|
2006-05-01 15:52:00 +02:00
|
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
2005-12-26 12:50:43 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Object-Signature
|
2006-10-02 23:29:43 +02:00
|
|
|
PORTVERSION= 1.05
|
2005-12-26 12:50:43 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-26 12:50:43 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:22:05 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-12-26 12:50:43 +01:00
|
|
|
COMMENT= Generate cryptographic signatures for objects
|
|
|
|
|
2005-12-28 19:45:05 +01:00
|
|
|
BUILD_DEPENDS= p5-Storable>=2.11:${PORTSDIR}/devel/p5-Storable \
|
2005-12-26 12:50:43 +01:00
|
|
|
p5-Digest-MD5>=2.00:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
|
|
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
|
2005-12-28 19:45:05 +01:00
|
|
|
p5-PathTools>=0.80:${PORTSDIR}/devel/p5-PathTools \
|
2005-12-26 12:50:43 +01:00
|
|
|
p5-ExtUtils-AutoInstall>=0.63:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Object::Signature.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|