mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
91a1caa242
Hope to see you back! Thank for all the work!
16 lines
296 B
Makefile
16 lines
296 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DB
|
|
PORTVERSION= 1.7.14
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases www pear
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/RC/}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR Database Abstraction Layer
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|