4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
22 lines
504 B
Makefile
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>
|