mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
6f8c351112
Sponsored by: Netzkommune GmbH
15 lines
264 B
Makefile
15 lines
264 B
Makefile
# Created by: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_DIME
|
|
PORTVERSION= 1.0.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= The PEAR::Net_DIME class implements DIME encoding
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|