20 lines
433 B
Makefile
20 lines
433 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/08 21:03:35 sthen Exp $
|
||
|
|
||
|
COMMENT = role for daemonizing your Moose based application
|
||
|
|
||
|
MODULES = cpan
|
||
|
DISTNAME = MooseX-Daemonize-0.13
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
# same as perl
|
||
|
PERMIT_PACKAGE_CDROM = Yes
|
||
|
PERMIT_PACKAGE_FTP = Yes
|
||
|
PERMIT_DISTFILES_CDROM =Yes
|
||
|
PERMIT_DISTFILES_FTP = Yes
|
||
|
|
||
|
RUN_DEPENDS = devel/p5-Moose \
|
||
|
devel/p5-MooseX-Getopt \
|
||
|
devel/p5-MooseX-Types-Path-Class
|
||
|
|
||
|
.include <bsd.port.mk>
|