1
0
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:
Po-Chuan Hsieh 2024-03-23 22:18:17 +08:00
parent a1e820d19e
commit 9894a919b5
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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/