1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/rt3-elixus/Makefile
Cheng-Lung Sung c7693bad59 - Update to 20041022
- add support with apache2 native API

PR:		ports/73031
Approved by:	maintainer (Autrijus Tang), co-mentor (vanilla)
2004-10-24 16:42:11 +00:00

33 lines
892 B
Makefile

# 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= autrijus@autrijus.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)
BUILD_DEPENDS+= ${SITE_PERL}/MasonX/Apache2Handler.pm:${PORTSDIR}/www/p5-MasonX-Apache2Handler
.endif
MASTERDIR= ${.CURDIR}/../../www/rt3
MD5_FILE= ${.CURDIR}/distinfo
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
do-patch:
${TRUE}
.include "${MASTERDIR}/Makefile"