1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/p5-Test-Simple/Makefile
2013-11-05 19:04:59 +00:00

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>