freebsd-ports/textproc/p5-PPIx-QuoteLike/Makefile
2018-07-29 19:14:36 +00:00

26 lines
525 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= PPIx-QuoteLike
PORTVERSION= 0.006
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Parse Perl string literals and string-literal-like things
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-PPI>=1.117:textproc/p5-PPI
RUN_DEPENDS:= ${BUILD_DEPENDS}
PORTSCOUT= limit:^[0-9\.]*$$
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>