7e4b26ddf0
PR: ports/114975 Submitted by: Naram Qashat <cyberbotx at cyberbotx.com> Approved by: rafan (mentor, implicit)
31 lines
822 B
Makefile
31 lines
822 B
Makefile
# 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.100r1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= SGML
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-0.99
|
|
|
|
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>
|