freebsd-ports/devel/p5-Test-Synopsis/Makefile
2021-04-06 16:31:07 +02:00

21 lines
492 B
Makefile

# Created by: Takuya Tsuchida <tsucchi@cpan.org>
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>