diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-30 02:25:10 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-30 02:25:10 +0000 |
commit | 8c3be248a89dcb5b26ce40258cbf8b0e0a64d819 (patch) | |
tree | a1f4c3557477aed4e1e2debca955e17047bc9362 /net/pvm++/Makefile | |
parent | aaf8c76e9d406de976d7433c833397ba3fb6de46 (diff) | |
download | FreeBSD-ports-8c3be248a89dcb5b26ce40258cbf8b0e0a64d819.zip FreeBSD-ports-8c3be248a89dcb5b26ce40258cbf8b0e0a64d819.tar.gz |
upgrade to 0.6.0
drop maintainership
Diffstat (limited to 'net/pvm++/Makefile')
-rw-r--r-- | net/pvm++/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/pvm++/Makefile b/net/pvm++/Makefile index 05f0964..fac7082 100644 --- a/net/pvm++/Makefile +++ b/net/pvm++/Makefile @@ -7,22 +7,19 @@ # PORTNAME= pvm++ -PORTVERSION= 0.5.1 +PORTVERSION= 0.6.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://pvm-plus-plus.sourceforge.net/pub/%SUBDIR%/ \ http://goethe.ira.uka.de/~wilhelmi/pvm++/ MASTER_SITE_SUBDIR= ${PORTNAME:S:+:-plus:g} -MAINTAINER= ijliao@FreeBSD.org +MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/pvm:${PORTSDIR}/net/pvm GNU_CONFIGURE= yes -USE_LIBTOOL= yes - USE_GMAKE= yes - INSTALLS_SHLIB= yes post-install: |