freebsd-ports/converters/p5-Convert-ASN1/Makefile
Sunpoet Po-Chuan Hsieh 955e4dbea5 Add NO_ARCH
2019-06-13 15:49:40 +00:00

22 lines
397 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
NO_ARCH= yes
.include <bsd.port.mk>