22 lines
406 B
Makefile
22 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/25 12:45:03 espie Exp $
|
|
|
|
COMMENT= "create readonly variables"
|
|
|
|
DISTNAME= Readonly-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
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>
|