b59621d3ae
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
25 lines
501 B
Makefile
25 lines
501 B
Makefile
# New ports collection makefile for: devel/p5-Test-InDistDir
|
|
# Date created: 05 October 2011
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-InDistDir
|
|
PORTVERSION= 1.112071
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Test
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Test environment setup for development with IDE
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::InDistDir.3
|
|
|
|
regression-test: build
|
|
cd ${WRKSRC}/ && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|