2000-10-28 03:16:38 +02:00
|
|
|
# New ports collection makefile for: p5-Convert-ASN1
|
|
|
|
# Date created: October 27, 2000
|
|
|
|
# Whom: Marc Fournier <scrappy@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Convert-ASN1
|
2003-01-04 07:12:46 +01:00
|
|
|
PORTVERSION= 0.16
|
2000-10-28 03:16:38 +02:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Convert
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= scrappy@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 module to encode and decode ASN.1 data structures
|
2000-10-28 03:16:38 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-10-28 03:16:38 +02:00
|
|
|
|
|
|
|
MAN3= Convert::ASN1.3
|
|
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|