22 lines
445 B
Makefile
22 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/10/18 17:47:56 espie Exp $
|
|
|
|
COMMENT= make chained accessors
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Class-Accessor-Chained-0.01
|
|
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>
|