freebsd-ports/devel/p5-Test-Simple/Makefile
Mathieu Arnold d9609f559d Update to 1.302037.
Sponsored by:	Absolight
2016-07-05 09:08:48 +00:00

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>