2004-07-18 08:48:14 +02:00
|
|
|
# New ports collection makefile for: p5-Spork
|
|
|
|
# Date created: 2004-07-18
|
|
|
|
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Spork
|
2011-06-12 20:49:14 +02:00
|
|
|
PORTVERSION= 0.21
|
2004-07-18 08:48:14 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-12 20:49:14 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:INGY
|
2004-07-18 08:48:14 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-01-17 14:06:08 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-07-18 08:48:14 +02:00
|
|
|
COMMENT= Creating standalone HTML slideshows from Kwiki markup
|
|
|
|
|
2011-06-12 20:49:14 +02:00
|
|
|
RUN_DEPENDS= p5-Kwiki>=0.38:${PORTSDIR}/www/p5-Kwiki \
|
|
|
|
p5-Spoon>=0.22:${PORTSDIR}/devel/p5-Spoon
|
2004-07-18 08:48:14 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= spork.1
|
2005-03-15 08:15:22 +01:00
|
|
|
MAN3= Spork.3 Spork::Config.3 \
|
|
|
|
Spork::Formatter.3 Spork::Slides.3 \
|
2005-12-02 10:39:24 +01:00
|
|
|
Spork::Command.3 Spork::Plugin.3
|
2004-07-18 08:48:14 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|