openbsd-ports/textproc/p5-Pod-Simple/Makefile
msf dab1acda24 Update to 3.02.
Take maintainership.
ok avsm@
2004-07-01 13:51:04 +00:00

24 lines
524 B
Makefile

# $OpenBSD: Makefile,v 1.3 2004/07/01 13:51:04 msf Exp $
COMMENT= "framework for parsing the Perl Pod format"
DISTNAME= Pod-Simple-3.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
RUN_DEPENDS= ::textproc/p5-Pod-Escapes
BUILD_DEPENDS= ${RUN_DEPENDS}
# GPL/Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>