mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
26 lines
442 B
Makefile
26 lines
442 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Net-LibLO
|
|
PORTVERSION= 0.06
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for liblo Lightweight OSC library
|
|
|
|
LIB_DEPENDS= lo:${PORTSDIR}/audio/liblo
|
|
|
|
USES= pkgconfig perl5
|
|
NO_STAGE= yes
|
|
USE_PERL5= configure
|
|
|
|
MAN3= \
|
|
Net::LibLO.3 \
|
|
Net::LibLO::Address.3 \
|
|
Net::LibLO::Bundle.3 \
|
|
Net::LibLO::Message.3
|
|
|
|
.include <bsd.port.mk>
|