1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/p5-Fliggy/Makefile
2021-04-06 16:31:07 +02:00

22 lines
433 B
Makefile

PORTNAME= Fliggy
PORTVERSION= 0.009003
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VTI
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Fliggy: Twiggy with inlined flash policy server
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Twiggy>0:www/p5-Twiggy
TEST_DEPENDS= p5-Test-TCP>0:devel/p5-Test-TCP
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>