freebsd-ports/textproc/p5-File-Inplace/Makefile

19 lines
348 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
NO_STAGE= yes
.include <bsd.port.mk>