blob: 1e71a182a31f0e6ffa3abf4010d003ebbd78460f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: devel/p5-FileHandle-Unget
# Date created: Oct 28 2003
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= FileHandle-Unget
PORTVERSION= 0.1623
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A FileHandle which supports ungetting of multiple bytes
PERL_CONFIGURE= yes
MAN3= FileHandle::Unget.3
.include <bsd.port.mk>
|