2002-01-12 01:29:16 +01:00
|
|
|
# Ports collection Makefile for: p5-AxKit-XSP-WebUtils
|
|
|
|
# Date created: 8 Jan 2002
|
|
|
|
# Whom: dom@happygiraffe.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= AxKit-XSP-WebUtils
|
2004-02-23 17:01:40 +01:00
|
|
|
PORTVERSION= 1.6
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= www perl5
|
2002-01-12 01:29:16 +01:00
|
|
|
MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-10-11 23:40:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= Plugin for AxKit that provide utilities for building XSP web apps
|
2002-01-12 01:29:16 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
MAN3= AxKit::XSP::WebUtils.3
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|