freebsd-ports/devel/p5-Regexp-Assemble/Makefile
Sunpoet Po-Chuan Hsieh ad36120cb0 - Update to 0.37
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Regexp-Assemble/Changes
2016-04-18 17:28:41 +00:00

20 lines
376 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= Regexp-Assemble
PORTVERSION= 0.37
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Assemble multiple Regular Expressions into one RE
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>