freebsd-ports/textproc/p5-File-Inplace/Makefile
Andrej Zverev 8aceb315c5 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 16:48:41 +00:00

18 lines
334 B
Makefile

# 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>