freebsd-ports/devel/p5-Test-Synopsis/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
504 B
Makefile

# Created by: Takuya Tsuchida <tsucchi@cpan.org>
# $FreeBSD$
PORTNAME= Test-Synopsis
PORTVERSION= 0.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tsucchi@cpan.org
COMMENT= Test your SYNOPSIS code in CPAN module
BUILD_DEPENDS= p5-Filter>=1.35:devel/p5-Filter \
p5-Test-Simple>=0.88:devel/p5-Test-Simple
RUN_DEPENDS= p5-Filter>=1.35:devel/p5-Filter \
p5-Test-Simple>=0.88:devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>