4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
28 lines
762 B
Makefile
28 lines
762 B
Makefile
# New ports collection makefile for: p5-Object-Signature
|
|
# Date created: 26 Dec 2005
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Object-Signature
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@FreeBSD.org
|
|
COMMENT= Generate cryptographic signatures for objects
|
|
|
|
BUILD_DEPENDS= p5-Storable>=2.11:${PORTSDIR}/devel/p5-Storable \
|
|
p5-Digest-MD5>=2.00:${PORTSDIR}/security/p5-Digest-MD5 \
|
|
p5-Test-Simple>=0.47:${PORTSDIR}/devel/p5-Test-Simple \
|
|
p5-PathTools>=0.80:${PORTSDIR}/devel/p5-PathTools \
|
|
p5-ExtUtils-AutoInstall>=0.63:${PORTSDIR}/devel/p5-ExtUtils-AutoInstall
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Object::Signature.3
|
|
|
|
.include <bsd.port.mk>
|