0bb072d0a0
This is the LIBEPP-NICBR C++ library that partially implements the Extensible Provisioning Protocol (EPP), as described in the Internet Drafts RFC3730bis to RFC3734bis and RFC3735. RFC3731bis - EPP Domain Name Mapping - was implemented with hosts as attributes of the Domain Object. In order to conform to the .BR model, extensions to the EPP Domain Name and Contact Mapping were made (draft-neves-epp-brdomain and draft-neves-epp-brorg), supported since version 0.2. The documentation for these extensions is available at EPP References [1]. [1] http://registro.br/epp/rfc-EN.html WWW: http://registro.br/epp/
27 lines
600 B
Makefile
27 lines
600 B
Makefile
# New ports collection makefile for: libepp-nicbr
|
|
# Date created: 2006-07-04
|
|
# Whom: Jean Milanez Melo <jmelo@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libepp-nicbr
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.registro.br/pub/libepp-nicbr/
|
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
|
COMMENT= Partial Extensible Provisioning Protocol to .br domains
|
|
|
|
LIB_DEPENDS= xerces-c:${PORTSDIR}/textproc/xerces-c2
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= does not build
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|