blob: 66d7f7461d7ede89a2d76f02c000492de5e3c772 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|