restore p5- prefix in PKGNAME
sync wantlib use SHARED_ONLY rather than NOT_FOR_ARCHS=${NO_SHARED_ARCHS} ok benoit@
This commit is contained in:
parent
a7c8b0c261
commit
1c17f4df2b
@ -1,11 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2012/06/22 16:56:22 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2012/08/23 14:44:39 sthen Exp $
|
||||
|
||||
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= perl interface to the Sablotron XSLT engine
|
||||
|
||||
DISTNAME= XML-Sablotron-1.01
|
||||
REVISION= 0
|
||||
# does NOT use cpan module so the p5- prefix is not automatic.
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
REVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
HOMEPAGE= http://www.gingerall.org/
|
||||
@ -18,15 +20,15 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= expat m sablot>=100
|
||||
# perl updates should force this to update, hence perl is listed as WANTLIB
|
||||
# even though it will be marked 'Extra' by check-lib-depends.
|
||||
WANTLIB= c expat m perl sablot>=100
|
||||
|
||||
MASTER_SITES= http://download-1.gingerall.cz/download/sablot/
|
||||
|
||||
MODULES= converters/libiconv
|
||||
LIB_DEPENDS= textproc/sablotron
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
CONFIGURE_ARGS= EXPATLIBPATH="${X11BASE}/lib" EXPATINCPATH="${X11BASE}/include" SABLOTLIBPATH="${LOCALBASE}/lib" SABLOTINCPATH="${LOCALBASE}/include"
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (XML-Sablotron-1.01.tar.gz) = 2dIbIL/4sEyWa5w7Z4mJwQ==
|
||||
RMD160 (XML-Sablotron-1.01.tar.gz) = 5KSpylIO2QluoPztL+TUPyJ+CVM=
|
||||
SHA1 (XML-Sablotron-1.01.tar.gz) = CntoiyAwD5WZPgwfVnYesNUEdyo=
|
||||
SHA256 (XML-Sablotron-1.01.tar.gz) = jTWTelJCXDiiIo2BtBhHeSn92fbwj+A42oTrnw6fRNI=
|
||||
SIZE (XML-Sablotron-1.01.tar.gz) = 53023
|
||||
|
@ -1,4 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2004/09/15 18:44:06 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2012/08/23 14:44:39 sthen Exp $
|
||||
@conflict XML-Sablotron-*
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/XML/
|
||||
${P5ARCH}/XML/Sablotron/
|
||||
|
Loading…
x
Reference in New Issue
Block a user