aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-InDistDir/Makefile
blob: f89526dd9993fd0c72338edb87ef5692cfb91e0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=   Test-InDistDir
PORTVERSION=    1.112071
PORTREVISION=   1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX=  p5-

MAINTAINER= lth@FreeBSD.org
COMMENT=    Test environment setup for development with IDE

USES=       perl5
USE_PERL5=  configure

regression-test: build
    cd ${WRKSRC}/ && ${MAKE} test

.include <bsd.port.mk>