openbsd-ports/devel/p5-File-ReadBackwards/Makefile
sturm 4b917073c3 update to File-ReadBackwards 1.02
from maintainer William Yodlowsky <bsd at openbsd.rutgers.edu>
2004-02-11 18:15:20 +00:00

20 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.3 2004/02/11 18:15:20 sturm Exp $
COMMENT= "module to read a file starting at the end"
DISTNAME= File-ReadBackwards-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>