391be165d5
- remove patch and md5 - use distinfo - new build_depends
28 lines
625 B
Makefile
28 lines
625 B
Makefile
# $OpenBSD: Makefile,v 1.5 2002/01/05 23:04:58 shell Exp $
|
|
|
|
COMMENT= "perl module to build DOM Level 1 structures"
|
|
|
|
DISTNAME= XML-DOM-1.36
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.504
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= XML
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
BUILD_DEPENDS= ::textproc/p5-XML-Parser \
|
|
::textproc/p5-Libxml \
|
|
::textproc/p5-XML-RegExp \
|
|
::www/p5-libwww
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|