21 lines
377 B
Makefile
21 lines
377 B
Makefile
COMMENT = AMF client to connect to remote FLEX AIR service
|
|
|
|
DISTNAME = AMF-Connection-0.32
|
|
CATEGORIES = multimedia net
|
|
CPAN_AUTHOR = AREGGIORI
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Nigel Taylor <nigel@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = multimedia/p5-Storable-AMF \
|
|
www/p5-libwww
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
.include <bsd.port.mk>
|