freebsd-ports/devel/p5-Object-Signature/Makefile

22 lines
452 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.07
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Generate cryptographic signatures for objects
PERL_CONFIGURE= yes
MAN3= Object::Signature.3 \
Object::Signature::File.3
.include <bsd.port.mk>