freebsd-ports/devel/p5-Object-Realize-Later/Makefile
Frederic Culot 60f3261d77 - Update to 0.19
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Object-Realize-Later/Changes
2014-02-07 08:18:04 +00:00

20 lines
338 B
Makefile

# Created by: tobez
# $FreeBSD$
PORTNAME= Object-Realize-Later
PORTVERSION= 0.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Object
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Delayed creation of objects
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>