22 lines
438 B
Makefile
22 lines
438 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
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
.include <bsd.port.mk>
|