blob: e593297e98ab29da0e68d5bf0f804fb4c7b054b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: p5-Sledge-Plugin-Log
# Date created: 27 February 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= Sledge-Plugin-Log
PORTVERSION= 0.02
CATEGORIES= www sysutils perl5
MASTER_SITES= http://downloads.sourceforge.jp/sledge/2362/
PKGNAMEPREFIX= p5-
MAINTAINER= knu@FreeBSD.org
COMMENT= A Sledge plug-in that adds Log::Dispatch::Config on
BUILD_DEPENDS= ${PM_DEPENDS}
RUN_DEPENDS= ${PM_DEPENDS}
PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
PM_DEPENDS+= ${SITE_PERL}/Log/Dispatch/Config.pm:${PORTSDIR}/devel/p5-Log-Dispatch-Config
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
MAN3= Sledge::Plugin::Log.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>
|