50e5b8d8eb
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)
22 lines
431 B
Makefile
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>
|