freebsd-ports/textproc/p5-Regexp-Common-profanity_us/Makefile
Mathieu Arnold fd5d9cfd11 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 22:29:50 +00:00

22 lines
460 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Regexp-Common-profanity_us
PORTVERSION= 4.112150
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Provide regexes for U.S. profanity
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>