freebsd-ports/textproc/p5-Spork/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

22 lines
474 B
Makefile

# Created by: Elvis Chiang <elvis@sslab.cs.ccu.edu.tw>
# $FreeBSD$
PORTNAME= Spork
PORTVERSION= 0.21
PORTREVISION= 1
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
BUILD_DEPENDS= p5-Kwiki>=0.38:www/p5-Kwiki \
p5-Spoon>=0.22:devel/p5-Spoon
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>