1ce87018f7
- Remove RUN_DEPENDS: it is a configure_requires Changes: http://search.cpan.org/dist/FileHandle-Unget/CHANGES
21 lines
453 B
Makefile
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>
|