mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
15 lines
200 B
Makefile
15 lines
200 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= Net_DIME
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= The PEAR::Net_DIME class implements DIME encoding
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|