1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/graphics/p5-SWF-File/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
524 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
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= p5-Data-TemporaryBag>=0:devel/p5-Data-TemporaryBag
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 dos2unix
USE_PERL5= configure
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
.include <bsd.port.mk>