610a69b321
- Bump PORTREVISION Approved by: nork (maintainer)
27 lines
575 B
Makefile
27 lines
575 B
Makefile
# New ports collection makefile for: p5-Crypt-OpenSSL-DSA
|
|
# Date created: 2002/09/20
|
|
# Whom: nork@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Crypt-OpenSSL-DSA
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 1
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
COMMENT= Perl5 module to DSA signature verification using OpenSSL
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Crypt::OpenSSL::DSA.3 Crypt::OpenSSL::DSA::Signature.3
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig
|
|
|
|
.include <bsd.port.mk>
|