mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
91dd3944b6
- Add LICENSE Changes: http://search.cpan.org/dist/Test-Simple/Changes
22 lines
433 B
Makefile
22 lines
433 B
Makefile
# Created by: Shell Hung <shell@shellhung.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Simple
|
|
PORTVERSION= 1.001.002
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Basic utilities for writing tests in perl
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|