openbsd-ports/devel/p5-File-Tail/Makefile

23 lines
489 B
Makefile
Raw Normal View History

# $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
2002-05-13 14:50:36 -04:00
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>