aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-SGML-Parser-OpenSP/Makefile
blob: fff9dbe52e430aee5795a31788f85b3a4c68cb8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	p5-SGML-Parser-OpenSP
# Date created:				27 August 2007
# Whom:					Naram Qashat <cyberbotx@cyberbotx.com>
#
# $FreeBSD$
#

PORTNAME=	SGML-Parser-OpenSP
PORTVERSION=	0.991
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	cyberbotx@cyberbotx.com
COMMENT=	Parse SGML documents using OpenSP

BUILD_DEPENDS=	onsgmls:${PORTSDIR}/textproc/opensp \
		p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \
		p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS=	${BUILD_DEPENDS}

USE_DOS2UNIX=	yes
PERL_CONFIGURE=	yes
CC=		${CXX}
CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include -I${LOCALBASE}/lib"

MAN3=		SGML::Parser::OpenSP.3 SGML::Parser::OpenSP::Tools.3

.include <bsd.port.mk>