freebsd-ports/devel/p5-FileHandle-Unget/Makefile
2018-07-29 19:23:31 +00:00

22 lines
446 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$
PORTNAME= FileHandle-Unget
PORTVERSION= 0.1634
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:net/p5-URI
TEST_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>