18 lines
380 B
Makefile
18 lines
380 B
Makefile
# $OpenBSD: Makefile,v 1.3 2009/04/02 14:05:35 giovanni Exp $
|
|
|
|
COMMENT= filehandle which supports ungetting of multiple bytes
|
|
|
|
MODULES= cpan
|
|
DISTNAME= FileHandle-Unget-0.1622
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|