openbsd-ports/devel/p5-Object-Declare/Makefile

17 lines
289 B
Makefile
Raw Normal View History

2013-03-11 06:50:00 -04:00
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:20 espie Exp $
COMMENT= declarative object constructor
2006-11-29 03:23:29 -05:00
MODULES= cpan
DISTNAME= Object-Declare-0.22
REVISION= 0
2008-05-08 18:44:13 -04:00
CATEGORIES= www devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
# MIT
PERMIT_PACKAGE_CDROM= Yes
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= devel/p5-Sub-Override
.include <bsd.port.mk>