aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-CGI-XMLApplication/Makefile
blob: eee8f04e291ef1eac03a672db3225a179b84b4c6 (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
30
31
32
33
34
35
# New ports collection makefile for:    CGI::XMLApplication
# Date created:     13 Dec 2001
# Whom:         Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   CGI-XMLApplication
PORTVERSION=    1.1.3
CATEGORIES= www perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX=  p5-

MAINTAINER= skv@FreeBSD.org
COMMENT=    Object Oriented Interface for CGI Script Applications

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
        ${SITE_PERL}/${PERL_ARCH}/XML/LibXSLT.pm:${PORTSDIR}/textproc/p5-XML-LibXSLT
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       CGI::XMLApplication.3

post-install:
.ifndef(NOPORTDOCS)
    @${ECHO_MSG} "===>   Installing examples for ${PKGNAME}"
    @${MKDIR} ${EXAMPLESDIR}
    ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl   ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/examples/*.pm     ${EXAMPLESDIR}
    ${INSTALL_DATA} ${WRKSRC}/examples/*.xsl    ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>