aaa1885833
ok jasper@
23 lines
461 B
Makefile
23 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:44:27 ajacoutot Exp $
|
|
|
|
COMMENT= make chained accessors
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Accessor-Chained-0.01
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Class-Accessor
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|