mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
devel/nant: Update WWW and clean up pkg-descr
- Remove unnecessary substitution
This commit is contained in:
parent
a1e820d19e
commit
9894a919b5
@ -7,7 +7,8 @@ MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= .NET build tool inspired by Ant
|
||||
WWW= https://github.com/nant/nant
|
||||
WWW= http://nant.sourceforge.net/ \
|
||||
https://github.com/nant/nant
|
||||
|
||||
LICENSE= GPLv2 GPLv3
|
||||
LICENSE_COMB= dual
|
||||
@ -19,7 +20,7 @@ MAKE_ARGS= MCS=mcs MONO='mono --runtime=v4.0' TARGET=mono-4.0
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
TEST_TARGET= run-test
|
||||
USES= gmake mono pkgconfig
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
WRKSRC= ${WRKDIR}/nant-${PORTVERSION}
|
||||
|
||||
DATADIR= ${PREFIX}/share/NAnt
|
||||
DOCSDIR= ${PREFIX}/share/doc/NAnt
|
||||
|
@ -9,5 +9,3 @@ Why NAnt?
|
||||
---------
|
||||
Because Ant was too Java-specific.
|
||||
Because Ant needed the Java runtime. NAnt only needs the .NET or Mono runtime.
|
||||
|
||||
See also: http://nant.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user