openbsd-ports/textproc/p5-Libxml/Makefile

23 lines
529 B
Makefile

# $OpenBSD: Makefile,v 1.3 2002/06/09 05:32:07 wilfried Exp $
COMMENT= "perl module collection for working with XML"
VERSION= 0.07
DISTNAME= libxml-perl-${VERSION}
PKGNAME= p5-Libxml-${VERSION}
CATEGORIES= textproc perl5
NEED_VERSION= 1.504
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
RUN_DEPENDS= :p5-XML-Parser->=2.19:textproc/p5-XML-Parser
BUILD_DEPENDS= ${RUN_DEPENDS}
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>