freebsd-ports/devel/p5-Class-Throwable/Makefile
Frederic Culot 4bf4add97c - Update to 0.13
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Class-Throwable/Changes
2015-02-11 15:09:58 +00:00

19 lines
341 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-Throwable
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Minimal lightweight exception class
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>