2013-03-11 07:35:43 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:53 espie Exp $
|
2009-11-16 23:27:27 -05:00
|
|
|
|
|
|
|
COMMENT= implementation of the OAuth protocol
|
|
|
|
|
2010-06-01 05:46:48 -04:00
|
|
|
DISTNAME= Net-OAuth-0.25
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION= 0
|
2009-11-16 23:27:27 -05:00
|
|
|
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-11-19 17:31:32 -05:00
|
|
|
RUN_DEPENDS= devel/p5-Class-Accessor \
|
|
|
|
devel/p5-Class-Data-Inheritable \
|
|
|
|
devel/p5-Universal-require \
|
|
|
|
security/p5-Digest-HMAC \
|
|
|
|
www/p5-URI
|
2009-11-16 23:27:27 -05:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= modbuild
|
2010-10-18 14:36:45 -04:00
|
|
|
USE_GROFF = Yes
|
2009-11-16 23:27:27 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|