22 lines
440 B
Makefile
22 lines
440 B
Makefile
# Created by: Shell Hung <shell@shellhung.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Simple
|
|
PORTVERSION= 1.302037
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Basic utilities for writing tests in perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
CONFLICTS_INSTALL= p5-Test2-[0-9]* p5-Test-Tester-[0-9]* p5-Test-use-ok-[0-9]*
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|