1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/p5-Test-Synopsis/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

22 lines
536 B
Makefile

# Created by: Takuya Tsuchida <tsucchi@cpan.org>
# $FreeBSD$
PORTNAME= Test-Synopsis
PORTVERSION= 0.06
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:${PORTSDIR}/devel/p5-Filter \
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= p5-Filter>=1.35:${PORTSDIR}/devel/p5-Filter \
p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>