beefcb78d5
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# $OpenBSD: Makefile,v 1.4 2005/12/11 02:14:36 steven Exp $
|
|
|
|
COMMENT= "convert Pod documents into a simple object model form"
|
|
|
|
DISTNAME= Pod-POM-0.17
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|