aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt3-elixus/Makefile
blob: 10714915b39e9c540f04af5dcdc9f4e6f418b271 (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
# New ports collection makefile for:    rt3-elixus
# Date created:             5 May 2003
# Whom:                 autrijus
#
# $FreeBSD$
#

PORTVERSION=    20041022
MASTER_SITES=   http://p4.elixus.org/hist/
PKGNAMESUFFIX=  -elixus

MAINTAINER= ports@FreeBSD.org
COMMENT=    An industrial-grade ticketing system with elixus.org patches

BUILD_DEPENDS=  ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTable \
        ${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \
        ${SITE_PERL}/HTML/Scrubber.pm:${PORTSDIR}/www/p5-HTML-Scrubber \
        ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML

.if defined(WITH_APACHE2)
IGNORE= This port is unsuitable to use with Apache 2.x
.endif

BROKEN=     "Install fails"
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01

MASTERDIR=  ${.CURDIR}/../../www/rt3
MD5_FILE=   ${.CURDIR}/distinfo
DESCR=      ${.CURDIR}/pkg-descr
PLIST=      ${.CURDIR}/pkg-plist

do-patch:
    ${TRUE}

.include "${MASTERDIR}/Makefile"