aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-RTx-RightsMatrix/Makefile
blob: 8843e85d2389beb5344a48ca38f409d370068d86 (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
36
37
38
39
# New ports collection Makefile for: RTx-Calendar
# Date created:         24 August 2008
# Whom:                 Matthew Seaman <m.seaman@infracaninophile.co.uk>
#
# $FreeBSD$
#

PORTNAME=   RTx-RightsMatrix
PORTVERSION=    0.03.00
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
EXTRACT_SUFX=   .tgz

MAINTAINER= m.seaman@infracaninophile.co.uk
COMMENT=    Bulk editing GUI for RT rights

BUILD_DEPENDS=  ${LOCALBASE}/${RTHOME}/bin/rt:${PORTSDIR}/www/rt36
RUN_DEPENDS=    ${BUILD_DEPENDS}

RTHOME?=    rt3
PLIST_SUB+= RTHOME=${RTHOME}

PERL_CONFIGURE= yes
CONFIGURE_ENV+= RTHOME=${PREFIX}/${RTHOME}

MAN3=       RTx::RightsMatrix::RolePrincipal.3 \
        RTx::RightsMatrix::Util.3          \
        RTx::RightsMatrix.3

# Don't use normal CONFIGURE_ARGS.  Disable doc_?????_indstall targets to
# suppress installing perllocal.pod.  This duplicates code from bsd.perl.mk
# rather undesirably.
do-configure:
    @cd ${CONFIGURE_WRKSRC} && \
        ${SETENV} ${CONFIGURE_ENV} ${PERL5} ./${CONFIGURE_SCRIPT} && \
        ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' Makefile

.include <bsd.port.mk>