mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2fbd3ff653
- Change to new CPAN :id subdir macro Changes: http://search.cpan.org/dist/Spork/Changes
32 lines
671 B
Makefile
32 lines
671 B
Makefile
# New ports collection makefile for: p5-Spork
|
|
# Date created: 2004-07-18
|
|
# Whom: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Spork
|
|
PORTVERSION= 0.21
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:INGY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Creating standalone HTML slideshows from Kwiki markup
|
|
|
|
RUN_DEPENDS= p5-Kwiki>=0.38:${PORTSDIR}/www/p5-Kwiki \
|
|
p5-Spoon>=0.22:${PORTSDIR}/devel/p5-Spoon
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= spork.1
|
|
MAN3= Spork.3 Spork::Config.3 \
|
|
Spork::Formatter.3 Spork::Slides.3 \
|
|
Spork::Command.3 Spork::Plugin.3
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|