mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
19 lines
353 B
Makefile
19 lines
353 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|