19 lines
402 B
Makefile
19 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.21 2010/07/13 19:46:12 sthen Exp $
|
|
|
|
COMMENT= library for reading from continuously updated files
|
|
|
|
MODULES= cpan
|
|
DISTNAME= File-Tail-0.99.3
|
|
REVISION= 0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|