20fa7ad306
-- Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. The Pod format is explained in the perlpod man page; the most common formatter is called "perldoc".
24 lines
526 B
Makefile
24 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/28 23:14:32 avsm Exp $
|
|
|
|
COMMENT= "framework for parsing the perl Pod format"
|
|
|
|
DISTNAME= Pod-Simple-0.96
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
RUN_DEPENDS= ::textproc/p5-Pod-Escapes
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
# Perl license
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|