freebsd-ports/converters/p5-Convert-ASN1/Makefile
Philip M. Gollucci e96d7e9c89 - Update to 0.22
- Pass maintainer to perl@
2009-06-16 16:54:59 +00:00

21 lines
432 B
Makefile

# New ports collection makefile for: p5-Convert-ASN1
# Date created: October 27, 2000
# Whom: Marc Fournier <scrappy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Convert-ASN1
PORTVERSION= 0.22
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to encode and decode ASN.1 data structures
PERL_CONFIGURE= yes
MAN3= Convert::ASN1.3
.include <bsd.port.mk>