diff options
-rw-r--r-- | devel/uisp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/uisp/Makefile b/devel/uisp/Makefile index 403518cac599..edefaae7d31c 100644 --- a/devel/uisp/Makefile +++ b/devel/uisp/Makefile @@ -11,9 +11,12 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= bruno@tinkerbox.org +MAINTAINER= ports@FreeBSD.org COMMENT= A versatile programmer for atmel AVR microcontrollers +DEPRECATED= "distfile unfetchable\; superceded by devel/avrdude" +EXPIRATION_DATE= "April 17, 2004" + GNU_CONFIGURE= yes .include <bsd.port.mk> |