aaa1885833
ok jasper@
27 lines
559 B
Makefile
27 lines
559 B
Makefile
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:44:31 ajacoutot Exp $
|
|
|
|
COMMENT= watch for changes to files, cross-platform style
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-ChangeNotify-0.13
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS = devel/p5-Class-MOP \
|
|
devel/p5-Moose \
|
|
devel/p5-MooseX-Params-Validate \
|
|
devel/p5-MooseX-SemiAffordanceAccessor
|
|
|
|
MAKE_ENV += TEST_POD=1 IS_MAINTAINER=1
|
|
|
|
.include <bsd.port.mk>
|