freebsd-ports/devel/p5-Capture-Tiny/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
466 B
Makefile

# Created by: Bill Brinzer <bill.brinzer@gmail.com>
# $FreeBSD$
PORTNAME= Capture-Tiny
PORTVERSION= 0.28
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
PKGNAMEPREFIX= p5-
MAINTAINER= bill.brinzer@gmail.com
COMMENT= Capture STDOUT and STDERR from Perl, XS, or external programs
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= p5-Inline>=0.50:devel/p5-Inline
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>