4bf4add97c
- Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Class-Throwable/Changes
19 lines
341 B
Makefile
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>
|