1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/p5-WWW-HatenaLogin/Makefile
Andrej Zverev 4b64fee2fc - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 13:18:23 +00:00

22 lines
498 B
Makefile

# Created by: Masahiro Teramoto <markun@onohara.to>
# $FreeBSD$
PORTNAME= WWW-HatenaLogin
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= markun@onohara.to
COMMENT= Login/Logout interface to Hatena
BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
p5-URI>=0:${PORTSDIR}/net/p5-URI \
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>