1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/p5-File-Append-TempFile/Makefile
Peter Pentchev d37aa7f7b0 Add p5-File-Append-TempFile 0.02, a Perl module for, well, appending
data to files using a temporary copy.
2006-02-10 13:13:42 +00:00

36 lines
830 B
Makefile

# New ports collection makefile for: p5-File-Append-TempFile
# Date created: February 10th, 2006
# Whom: Peter Pentchev <roam@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Append-TempFile
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= roam@FreeBSD.org
COMMENT= Append data to files using a temporary copy
.if !defined(WITHOUT_TEST_POD_COVERAGE)
BUILD_DEPENDS= ${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
.endif
PERL_CONFIGURE= yes
MAN3= File::Append::TempFile.3
test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= needs Perl 5.6 or later
.endif
.include <bsd.port.post.mk>