2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Alex Kapranoff <kappa@rambler-co.ru>
|
2005-09-02 03:52:34 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-OpenID-Server
|
2012-09-08 16:48:14 +02:00
|
|
|
PORTVERSION= 1.09
|
2013-11-15 10:49:55 +01:00
|
|
|
PORTREVISION= 1
|
2005-09-02 03:52:34 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-03-03 22:36:10 +01:00
|
|
|
MASTER_SITES= CPAN
|
2005-09-02 03:52:34 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2013-11-15 10:49:55 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2005-09-02 03:52:34 +02:00
|
|
|
COMMENT= Reference implementation of OpenID server
|
|
|
|
|
2013-11-15 10:49:55 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Net-OpenID-Common>=1.11:${PORTSDIR}/security/p5-Net-OpenID-Common \
|
2012-06-30 14:42:52 +02:00
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-09-02 03:52:34 +02:00
|
|
|
|
2013-11-15 10:49:55 +01:00
|
|
|
INSTALL_TARGET= pure_install
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2005-09-02 03:52:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|