7b0ab017a5
- Bump PORTREVISION for dependency change Notified by: az@
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# New ports collection makefile for: p5-Test-TableDriven
|
|
# Date created: 2011-06-11
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-TableDriven
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Write tests, not scripts that run them
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Test::TableDriven.3
|
|
|
|
.include <bsd.port.mk>
|