freebsd-ports/devel/p5-FileHandle-Unget/Makefile
Sunpoet Po-Chuan Hsieh 1ce87018f7 - Update to 0.1628
- Remove RUN_DEPENDS: it is a configure_requires

Changes:	http://search.cpan.org/dist/FileHandle-Unget/CHANGES
2015-05-04 20:18:25 +00:00

21 lines
453 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= FileHandle-Unget
PORTVERSION= 0.1628
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= FileHandle which supports ungetting of multiple bytes
LICENSE= GPLv2
BUILD_DEPENDS= p5-URI>=0:${PORTSDIR}/net/p5-URI
TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>