freebsd-ports/devel/p5-Regexp-Compare/Makefile

21 lines
382 B
Makefile
Raw Normal View History

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Regexp-Compare
PORTVERSION= 0.23
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Partial ordering for regular expressions
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USE_PERL5= 5.16+ configure
2013-08-21 16:08:06 +02:00
USES= perl5
.include <bsd.port.mk>