2011-03-14 05:15:33 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2011/03/14 09:17:27 sthen Exp $
|
2008-09-09 17:14:05 -04:00
|
|
|
|
|
|
|
COMMENT = manipulate file metadata
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = File-Attributes-0.04
|
2011-03-14 05:15:33 -04:00
|
|
|
REVISION = 2
|
2008-09-09 17:14:05 -04:00
|
|
|
CATEGORIES = devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2008-09-09 17:14:05 -04:00
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS = devel/p5-Best \
|
|
|
|
devel/p5-YAML
|
2008-09-09 17:14:05 -04:00
|
|
|
|
|
|
|
# p5-Directory-Scratch should be REGRESS_DEPENDS but Module::Install screws up
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS} \
|
2010-11-15 14:45:56 -05:00
|
|
|
devel/p5-Directory-Scratch \
|
|
|
|
devel/p5-YAML-Syck
|
2008-09-09 17:14:05 -04:00
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|