1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/p5-Web-oEmbed/Makefile
Martin Wilke a6588114aa Web::oEmbed is a module that implements oEmbed consumer.
WWW:	http://search.cpan.org/dist/Web-oEmbed/

PR:		ports/153988
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
Feature safe:	yes
2011-02-05 09:39:32 +00:00

28 lines
632 B
Makefile

# New ports collection makefile for: p5-Web-oEmbed
# Date created: 2011-01-14
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Web-oEmbed
PORTVERSION= 0.04
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= oEmbed consumer
RUN_DEPENDS= p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
p5-XML-LibXML-Simple>=0:${PORTSDIR}/textproc/p5-XML-LibXML-Simple \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
PERL_CONFIGURE= yes
MAN3= Web::oEmbed.3
.include <bsd.port.mk>