412e3dc139
- Small fixes (failing test, older Math::BigInt)
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Encoding-BER
|
|
PORTVERSION= 1.02
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:JAW
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Encode/decode data using ASN.1 Basic Encoding Rules (BER)
|
|
|
|
LICENSE= ART10
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|