diff options
author | linimon <linimon@FreeBSD.org> | 2013-07-21 20:41:29 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2013-07-21 20:41:29 +0800 |
commit | 4b873b3802b53ab08bf072f1af7fed6a4404ea3f (patch) | |
tree | 0ced8a3cedf6eb685cec0a028420213d71008443 | |
parent | 2e3c0de6dd49005c2ae2ce570f979e0fed395dd1 (diff) | |
download | freebsd-ports-gnome-4b873b3802b53ab08bf072f1af7fed6a4404ea3f.tar.gz freebsd-ports-gnome-4b873b3802b53ab08bf072f1af7fed6a4404ea3f.tar.zst freebsd-ports-gnome-4b873b3802b53ab08bf072f1af7fed6a4404ea3f.zip |
Maintainer's email address bounces. While here, add expiration date
since it does not build.
Note: a 1.0 release has been available for over a year.
-rw-r--r-- | devel/ppl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/ppl/Makefile b/devel/ppl/Makefile index 14d53e4781e6..1875a0f96768 100644 --- a/devel/ppl/Makefile +++ b/devel/ppl/Makefile @@ -8,13 +8,15 @@ MASTER_SITES= ftp://ftp.cs.unipr.it/pub/ppl/releases/%SUBDIR%/ \ http://www.cs.unipr.it/ppl/Download/ftp/releases/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} -MAINTAINER= grosser@fim.uni-passau.de +MAINTAINER= ports@FreeBSD.org COMMENT= The Parma Polyhedra Library BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -BROKEN= fails to build +BROKEN= fails to build +DEPRECATED= obsolete version; fails to build +EXPIRATION_DATE= 2013-09-21 PWL_DOC_PREFIX= share/doc/pwl |