freebsd-ports/devel/p5-Test-Command-Simple/Makefile
Sunpoet Po-Chuan Hsieh fc3d2e3863 Update to 0.05
- Remove MASTER_SITE_SUBDIR
- Remove Perl core module

Changes:	https://metacpan.org/changes/distribution/Test-Command-Simple
2018-09-13 21:55:40 +00:00

19 lines
371 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Command-Simple
PORTVERSION= 0.05
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test external commands (nearly) as easily as loaded modules
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>