19 lines
360 B
Makefile
19 lines
360 B
Makefile
# $OpenBSD: Makefile,v 1.3 2007/09/16 02:53:08 merdely Exp $
|
|
|
|
COMMENT= create readonly variables faster
|
|
|
|
MODULES= cpan
|
|
SHARED_ONLY= Yes
|
|
DISTNAME= Readonly-XS-1.04
|
|
CATEGORIES= devel
|
|
|
|
# perl licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Readonly
|
|
|
|
.include <bsd.port.mk>
|