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

PORTNAME=	SWF-File
PORTVERSION=	0.42
PORTREVISION=	2
PORTEPOCH=	1
CATEGORIES=	graphics www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Manipulating Flash movie (SWF) files

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Data-TemporaryBag>=0:devel/p5-Data-TemporaryBag

USES=		perl5 dos2unix
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>