18 lines
339 B
Makefile
18 lines
339 B
Makefile
# Created by: Alex Dupre <ale@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mysql
|
|
PKGNAMESUFFIX= 51-scripts
|
|
|
|
COMMENT= Multithreaded SQL database (scripts)
|
|
|
|
MASTERDIR= ${.CURDIR}/../mysql51-server
|
|
|
|
PKGINSTALL= mustnotexist
|
|
PKGMESSAGE= mustnotexist
|
|
PLIST= ${PKGDIR}/pkg-plist.scripts
|
|
|
|
SCRIPTS_ONLY= yes
|
|
USES= perl5
|
|
|
|
.include "${MASTERDIR}/Makefile"
|