d95b029628
from Andreas Voegele
26 lines
509 B
Makefile
26 lines
509 B
Makefile
# $OpenBSD: Makefile,v 1.7 2012/04/08 21:58:53 sthen Exp $
|
|
|
|
COMMENT= singleton for the catalyst context (deprecated)
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Catalyst-Plugin-Singleton-0.02
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
|
|
|
# same as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= www/p5-Catalyst-Runtime
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
.include <bsd.port.mk>
|