aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Sablotron/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-02-23 11:10:34 +0800
committervanilla <vanilla@FreeBSD.org>2001-02-23 11:10:34 +0800
commit9a8512d2bc27b12fb7659512e88dfe4c9398bc86 (patch)
tree6ccff1ca7817fceaf9d883766321baaf500ef95c /textproc/p5-XML-Sablotron/Makefile
parentcc96c3de29180668ee2abb0fc37281f169f3f262 (diff)
downloadfreebsd-ports-gnome-9a8512d2bc27b12fb7659512e88dfe4c9398bc86.tar.gz
freebsd-ports-gnome-9a8512d2bc27b12fb7659512e88dfe4c9398bc86.tar.zst
freebsd-ports-gnome-9a8512d2bc27b12fb7659512e88dfe4c9398bc86.zip
Upgrade to 0.51.
PR: ports/25282 Submitted by: maintainer
Diffstat (limited to 'textproc/p5-XML-Sablotron/Makefile')
-rw-r--r--textproc/p5-XML-Sablotron/Makefile18
1 files changed, 4 insertions, 14 deletions
diff --git a/textproc/p5-XML-Sablotron/Makefile b/textproc/p5-XML-Sablotron/Makefile
index f422a9c62d00..bdca850eec7d 100644
--- a/textproc/p5-XML-Sablotron/Makefile
+++ b/textproc/p5-XML-Sablotron/Makefile
@@ -6,28 +6,18 @@
#
PORTNAME= XML-Sablotron
-PORTVERSION= 0.44
+PORTVERSION= 0.51
CATEGORIES= textproc perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= XML
+MASTER_SITES= http://download.gingerall.cz/sablot/
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
-LIB_DEPENDS= sablot.44:${PORTSDIR}/textproc/sablotron
+LIB_DEPENDS= sablot.51:${PORTSDIR}/textproc/sablotron
-USE_PERL5= yes
+PERL_CONFIGURE= yes
MAN3= XML::Sablotron.3
-
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-do-configure:
- @cd ${WRKSRC}; \
- ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -d ${PREFIX} \
- PREFIX=${PREFIX} \
- CC="${CC}" \
- CCFLAGS="${CFLAGS}" \
- INSTALLSCRIPT=${PREFIX}/bin
-
.include <bsd.port.mk>