Files
bsdports/perl/p5-Test-Simple/Makefile
2019-12-26 07:26:06 +00:00

22 lines
474 B
Makefile

# Created by: Shell Hung <shell@shellhung.org>
# $FreeBSD: head/devel/p5-Test-Simple/Makefile 422348 2016-09-18 01:23:29Z wen $
PORTNAME= Test-Simple
PORTVERSION= 1.302056
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Basic utilities for writing tests in perl
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>
#EOF