18 lines
374 B
Makefile
18 lines
374 B
Makefile
# $OpenBSD: Makefile,v 1.2 2007/09/16 02:53:06 merdely Exp $
|
|
|
|
COMMENT= filehandle which supports ungetting of multiple bytes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= FileHandle-Unget-0.1621
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Giovanni Bechis <g.bechis@snb.it>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|