4642defccf
Convert Pod documents into a simple object model form
22 lines
460 B
Makefile
22 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/09 10:53:55 wilfried Exp $
|
|
|
|
COMMENT= "Convert Pod documents into a simple object model form"
|
|
|
|
DISTNAME= Pod-POM-0.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
|
|
MAINTAINER= Morten Liebach <m@mongers.org>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|