cc377b1bdc
PR: ports/86646 Submitted by: maintainer
23 lines
534 B
Makefile
23 lines
534 B
Makefile
# New ports collection makefile for: .LRN (dotLRN)
|
|
# Date created: July 2005
|
|
# Whom: Aldert Nooitgedagt <nooitgedagt.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dotlrn
|
|
PORTVERSION= 2.1.3
|
|
MASTER_SITES= http://openacs.org/projects/dotlrn/download/download/
|
|
|
|
MAINTAINER= aldert@nooitgedagt.net
|
|
COMMENT= Modular web application platform for high traffic elearning community
|
|
|
|
OPENACS_USER= dotlrn0
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MD5_FILE= ${.CURDIR}/distinfo
|
|
|
|
MASTERDIR= ${.CURDIR}/../openacs
|
|
|
|
.include "${MASTERDIR}/Makefile"
|