14 lines
253 B
Makefile
14 lines
253 B
Makefile
|
COMMENT = update access and modification timestamps of files
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = File-Touch-0.12
|
||
|
CATEGORIES = devel
|
||
|
|
||
|
MAINTAINER = Abel Abraham Camarillo Ojeda <acamari@verlet.org>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|