blob: c4bc95c63614bee8a4dc3223d41e5ef313922e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: 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
USES= perl5
USE_PERL5= configure
MAN3= File::Inplace.3
.include <bsd.port.mk>
|