cb41fc6623
Sponsored by: Absolight
20 lines
383 B
Makefile
20 lines
383 B
Makefile
# Created by: Marc Fournier <scrappy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Convert-ASN1
|
|
PORTVERSION= 0.27
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl5 module to encode and decode ASN.1 data structures
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|