freebsd-ports/devel/p5-Test-Exception-LessClever/Makefile
Sunpoet Po-Chuan Hsieh 6456f25862 - Add LICENSE
- Support STAGEDIR
2013-11-14 14:20:01 +00:00

22 lines
457 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-Exception-LessClever
PORTVERSION= 0.006
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Test::Exception simplified
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Mock-Quick>=1.100:${PORTSDIR}/devel/p5-Mock-Quick
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= modbuild
USES= perl5
.include <bsd.port.mk>