freebsd-ports/devel/p5-File-Touch/Makefile
Sylvio Cesar Teixeira 50e5b8d8eb - Update access and modification timestamps, creating nonexistent files where necessary.
WWW: http://search.cpan.org/dist/File-Touch/Touch.pm

PR:		ports/145378
Submitted by:	Eric Freeman <freebsdports@chillibear.com>
Approved by:	itetcu (mentor, implicit)
2010-04-05 23:35:09 +00:00

22 lines
431 B
Makefile

# Ports collection makefile for: devel-p5-File-Touch
# Date created: 03 April 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= File-Touch
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= freebsdports@chillibear.com
COMMENT= Module to 'touch' files
PERL_CONFIGURE= yes
MAN3= File::Touch.3
.include <bsd.port.mk>