freebsd-ports/textproc/p5-Orchard-Perl/Makefile
Ade Lovett 63cc17faef Fix 'make index'.
textproc/orchard doesn't exist.  textproc/orchard-c does.
2001-12-02 19:58:06 +00:00

23 lines
543 B
Makefile

# New ports collection makefile for: Orchard::Perl
# Date created: 22 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Orchard-Perl
PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= orchard
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
LIB_DEPENDS= orchard.0:${PORTSDIR}/textproc/orchard-c
PERL_CONFIGURE= yes
.include <bsd.port.mk>