1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/p5-AxKit-XSP-WebUtils/Makefile
SADA Kenji b8a6f52c04 PR: ports/61617
Submitted by: maintainer
Upgrade to version 1.6.
Switch maintainer.
2004-02-23 16:01:40 +00:00

26 lines
613 B
Makefile

# Ports collection Makefile for: p5-AxKit-XSP-WebUtils
# Date created: 8 Jan 2002
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= AxKit-XSP-WebUtils
PORTVERSION= 1.6
CATEGORIES= www
MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/
PKGNAMEPREFIX= p5-
MAINTAINER= adam@migus.org
COMMENT= Plugin for AxKit that provide utilities for building XSP web apps
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit
RUN_DEPENDS= ${BUILD_DEPENDS}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AxKit::XSP::WebUtils.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>