freebsd-ports/converters/p5-Convert-ASN1/Makefile
Edwin Groothuis 4e84019c97 [PATCH] converters/p5-Convert-ASN1: update to 0.18
- Update to 0.18
	Port maintainer (scrappy@FreeBSD.org) is cc'd.

PR:		ports/59859
Submitted by:	Lars Thegler <lars@thegler.dk>
Approved by:	maintainer timeout
2004-01-10 08:56:01 +00:00

22 lines
483 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.18
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
MAINTAINER= scrappy@FreeBSD.org
COMMENT= Perl5 module to encode and decode ASN.1 data structures
PERL_CONFIGURE= yes
MAN3= Convert::ASN1.3
.include <bsd.port.mk>