freebsd-ports/devel/p5-Readonly/Makefile
Sunpoet Po-Chuan Hsieh 8c09dc1258 - Update to 1.04
- Add LICENSE
- Move Readonly::XS to devel/p5-Readonly-XS

Changes:	http://search.cpan.org/dist/Readonly/Changes
2013-11-27 20:44:49 +00:00

19 lines
353 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Readonly
PORTVERSION= 1.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Facility for creating read-only scalars, arrays, hashes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>