aboutsummaryrefslogtreecommitdiff
path: root/graphics/p5-SWF-Builder/Makefile
blob: b6ea580eb6c62e0c12bc90ffc8df7976aadc12e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	SWF-Builder
PORTVERSION=	0.16
PORTREVISION=	2
CATEGORIES=	graphics www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Create SWF movie

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-SWF-File>=0:graphics/p5-SWF-File \
		p5-Math-Bezier-Convert>=0:math/p5-Math-Bezier-Convert \
		p5-Font-TTF>=0:x11-fonts/p5-Font-TTF

USES=		dos2unix perl5 shebangfix
SHEBANG_FILES=	lib/SWF/Builder/ActionScript/Compiler.pm
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>