496ae8946d
PR: ports/100754 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
31 lines
687 B
Makefile
31 lines
687 B
Makefile
# New ports collection makefile for: p5-WWW-OpenSVN
|
|
# Date created: 2006-07-24
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WWW-OpenSVN
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= WWW
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= An automated interface for OpenSVN.csie.org
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= WWW::OpenSVN.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|