1ae216d9fa
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl> ok bernd@
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.17 2005/12/01 12:59:06 steven Exp $
|
|
|
|
COMMENT= "library for reading from continuously updated files"
|
|
|
|
DISTNAME= File-Tail-0.99.3
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|