freebsd-ports/security/p5-Crypt-OpenSSL-X509/Makefile
Philippe Audeoud 7544c984d2 - Update to 1.0
- Set maintainership to perl@
2010-01-26 10:23:50 +00:00

21 lines
401 B
Makefile

# New ports collection makefile for: p5-Crypt-OpenSSL-X509
# Date created: 2007/06/09
# Whom: kftseng@iyard.org
#
# $FreeBSD$
#
PORTNAME= Crypt-OpenSSL-X509
PORTVERSION= 1.0
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for OpenSSL X509 API
PERL_CONFIGURE= yes
MAN3= Crypt::OpenSSL::X509.3
.include <bsd.port.mk>