mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e6353d0b3d
Approved by: portmgr@ (bapt@)
28 lines
609 B
Makefile
28 lines
609 B
Makefile
# New ports collection makefile for: p5-Sledge-Plugin-Dumper
|
|
# Date created: 27 February 2003
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sledge-Plugin-Dumper
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= sledge/2361
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
|
COMMENT= A Sledge plug-in that automatically calls Data::Dumper
|
|
|
|
BUILD_DEPENDS= ${PM_DEPENDS}
|
|
RUN_DEPENDS= ${PM_DEPENDS}
|
|
|
|
PM_DEPENDS= p5-Sledge>=0:${PORTSDIR}/www/p5-Sledge
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sledge::Plugin::Dumper.3
|
|
|
|
.include <bsd.port.mk>
|