24 lines
459 B
Makefile
24 lines
459 B
Makefile
# New ports collection makefile for: p5-Regexp-Compare
|
|
# Date created: 2011-09-11
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Regexp-Compare
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Partial ordering for regular expressions
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= 5.12.0+
|
|
|
|
MAN3= Regexp::Compare.3
|
|
|
|
.include <bsd.port.mk>
|