blob: f38dfabf0d3ee4c0ea44496f18718e1a01bc2e59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Created by: Ade Lovett <ade@FreeBSD.org>
# $FreeBSD$
PORTNAME= intltool
PORTVERSION= 0.51.0
CATEGORIES= textproc gnome
MASTER_SITES= https://launchpad.net/intltool/trunk/$(PORTVERSION)/+download/
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Tools to internationalize various kinds of data files
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
RUN_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USES= iconv gmake perl5
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|