openbsd-ports/devel/p5-File-Touch/Makefile
okan b0ef2d30c3 import File::Touch
This module updates access and modification timestamps, creating
nonexistent files where necessary.  In a fashion similar to touch(1).

from Abel Abraham Camarillo Ojeda

ok sthen merdely gsoares
2012-04-13 20:40:47 +00:00

18 lines
390 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/04/13 20:40:47 okan Exp $
COMMENT = update access and modification timestamps of files
MODULES = cpan
DISTNAME = File-Touch-0.08
CATEGORIES = devel
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
.include <bsd.port.mk>