22 lines
398 B
Makefile
22 lines
398 B
Makefile
|
# New ports collection makefile for: File-Inplace
|
||
|
# Date created: 2010-12-08
|
||
|
# Whom: Greg Larkin <glarkin@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= File-Inplace
|
||
|
PORTVERSION= 0.20
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= glarkin@FreeBSD.org
|
||
|
COMMENT= Perl module for in-place editing of files
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= File::Inplace.3
|
||
|
|
||
|
.include <bsd.port.mk>
|