mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
34da9bdf57
been inactive more than 6 months. We hope to see him back sometime.
29 lines
680 B
Makefile
29 lines
680 B
Makefile
# New ports collection makefile for: p5-Sledge-Plugin-ScratchPad
|
|
# Date created: 27 February 2003
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sledge-Plugin-ScratchPad
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
|
|
MASTER_SITE_SUBDIR= sledge/2364
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Sledge plug-in that provides temporary data buffers
|
|
|
|
BUILD_DEPENDS= ${PM_DEPENDS}
|
|
RUN_DEPENDS= ${PM_DEPENDS}
|
|
|
|
PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Sledge::Plugin::ScratchPad.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|