blob: dc180e44fd480756c28c65e1b1722779e935e660 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# ex:ts=8
# Ports collection makefile for: xmlwrapp
# Date created: Jan 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlwrapp
PORTVERSION= 0.3.0
CATEGORIES= textproc
MASTER_SITES= http://pmade.org/pjones/software/xmlwrapp/download/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_PERL5_BUILD= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= configure.pl
INSTALLS_SHLIB= yes
.include <bsd.port.mk>
|