freebsd-ports/devel/p5-FileHandle-Unget/Makefile
2021-04-06 16:31:07 +02:00

21 lines
434 B
Makefile

# Created by: Cheng-Lung Sung <clsung@dragon2.net>
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>