18 lines
406 B
Makefile
18 lines
406 B
Makefile
# $OpenBSD: Makefile,v 1.16 2005/02/05 03:00:32 kevlo Exp $
|
|
|
|
COMMENT= "library for reading from continuously updated files"
|
|
|
|
DISTNAME= File-Tail-0.99.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|