blob: c679ffd3632cfcc3e42faef45322113c00d39c96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
WWW= https://github.com/coppit/filehandle-unget
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>
|