2f4dac3bcb
From pkg/55459 submitted by Dima Veselov, and followup via email, with some modifications by me. SOPE is an extensive set of frameworks which form a complete Web application server environment. Besides the Apple WebObjects compatible appserver extended with Zope concepts, it contains a large set of reusable classes: XML processing (SAX, DOM, XML-RPC), MIME/IMAP4 processing, LDAP connectivity, RDBMS connectivity, and iCalendar parsing.
12 lines
278 B
Makefile
12 lines
278 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2021/06/14 16:51:39 gdt Exp $
|
|
|
|
BUILDLINK_TREE+= SOPE
|
|
|
|
.if !defined(SOPE_BUILDLINK3_MK)
|
|
SOPE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.SOPE+= SOPE>=5.1.1
|
|
BUILDLINK_PKGSRCDIR.SOPE?= ../../devel/SOPE5
|
|
.endif # SOPE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -SOPE
|