18 lines
343 B
Makefile
18 lines
343 B
Makefile
# $OpenBSD: Makefile,v 1.2 2006/11/29 08:23:30 espie Exp $
|
|
|
|
COMMENT= "declarative object constructor"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Object-Declare-0.13
|
|
CATEGORIES= www perl5
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-Sub-Override
|
|
|
|
.include <bsd.port.mk>
|