aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-ASN1/Makefile
blob: c0479dda870b7531ee28e24074b843716d383d27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.21
CATEGORIES= converters perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.org
COMMENT=    Perl5 module to encode and decode ASN.1 data structures

PERL_CONFIGURE= yes

MAN3=       Convert::ASN1.3

.include <bsd.port.mk>