2ae6a34272
-- This module provides the Perl API to the Sablotron XSLT engine (textproc/sablotron). For more information about it, refer to the XSLT standard at http://w3.org/TR/XSLT/
22 lines
492 B
Makefile
22 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/02/27 01:43:28 avsm Exp $
|
|
|
|
DISTNAME= XML-Sablotron-0.51
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.352
|
|
MASTER_SITES= http://www.gingerall.cz/download/
|
|
|
|
HOMEPAGE= http://www.gingerall.cz/
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
LIB_DEPENDS= sablot.51::textproc/sablotron
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|