openbsd-ports/devel/p5-File-CreationTime/Makefile
simon 678501f4c5 import p5-File-CreationTime
This module keeps track of creation times on filesystems that don't
normally provide such information.
2008-09-09 21:14:13 +00:00

23 lines
467 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/09/09 21:14:13 simon Exp $
COMMENT = keeps track of file creation times
MODULES = cpan
DISTNAME = File-CreationTime-2.04
CATEGORIES = devel
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::devel/p5-File-Attributes
BUILD_DEPENDS = ${RUN_DEPENDS}
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>