2012-08-23 11:00:32 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2012/08/23 15:08:05 sthen Exp $
|
2006-06-25 10:53:11 -04:00
|
|
|
|
2007-09-15 22:52:56 -04:00
|
|
|
COMMENT= create readonly variables faster
|
2006-06-25 10:53:11 -04:00
|
|
|
|
2006-11-17 10:08:16 -05:00
|
|
|
MODULES= cpan
|
2006-06-25 10:53:11 -04:00
|
|
|
SHARED_ONLY= Yes
|
2009-06-05 09:12:32 -04:00
|
|
|
DISTNAME= Readonly-XS-1.05
|
2012-08-23 11:00:32 -04:00
|
|
|
REVISION= 2
|
2006-11-17 10:08:16 -05:00
|
|
|
CATEGORIES= devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2006-06-25 10:53:11 -04:00
|
|
|
|
|
|
|
# perl licence
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2012-08-23 11:00:32 -04:00
|
|
|
WANTLIB += c
|
|
|
|
|
2010-11-26 02:18:59 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Readonly>=1.02
|
2006-06-25 10:53:11 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|