8bce360ad1
- Support STAGEDIR Changes: http://search.cpan.org/dist/Test-Simple/Changes
17 lines
332 B
Makefile
17 lines
332 B
Makefile
# Created by: Shell Hung <shell@shellhung.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Simple
|
|
PORTVERSION= 0.99
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Basic utilities for writing tests in perl
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|