9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
30 lines
764 B
Makefile
30 lines
764 B
Makefile
# Created by: Cezary Morga <cm@therek.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PPIx-EditorTools
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:YANICK
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Utility methods and base class for manipulating Perl via PPI
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Class-XSAccessor>=1.02:devel/p5-Class-XSAccessor \
|
|
p5-PPI>=1.203:textproc/p5-PPI \
|
|
p5-Try-Tiny>=0:lang/p5-Try-Tiny
|
|
TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \
|
|
p5-Test-Exception>=0:devel/p5-Test-Exception \
|
|
p5-Test-Most>=0:devel/p5-Test-Most
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|