openbsd-ports/devel/p5-Readonly/Makefile
espie 29ab642009 flesh out description, explain why Readonly might be more useful than
constant, and that there is a secundary package that can speed things up.
2006-09-17 19:14:56 +00:00

22 lines
404 B
Makefile

# $OpenBSD: Makefile,v 1.2 2006/09/17 19:14:56 espie Exp $
COMMENT= "create readonly variables"
DISTNAME= Readonly-1.03
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= devel perl5
# perl licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Readonly/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>