diff options
Diffstat (limited to 'devel/exercisix/Makefile')
-rw-r--r-- | devel/exercisix/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/exercisix/Makefile b/devel/exercisix/Makefile deleted file mode 100644 index a691b9379e96..000000000000 --- a/devel/exercisix/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -PORTNAME= exercisix -PORTVERSION= 1.2 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://alexanderchuranov.com/files/ - -MAINTAINER= exercisix@alexanderchuranov.com -COMMENT= Innovative lightweight unit-test framework for C++ -WWW= http://alexanderchuranov.com/software/exercisix - -BROKEN= Unfetchable -DEPRECATED= Abandonware, upstream is gone and last release 10+ years ago -EXPIRATION_DATE=2025-06-30 - -USES= tar:bzip2 - -OPTIONS_DEFINE= EXAMPLES - -.include <bsd.port.mk> |