c3e2316e36
from Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/01/03 09:26:24 steven Exp $
|
|
|
|
COMMENT= "module to read a file starting at the end"
|
|
|
|
DISTNAME= File-ReadBackwards-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
# Artistic/GPL
|
|
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>
|