1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/databases/p5-mysql-genocide/Makefile
Andrej Zverev dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00

29 lines
663 B
Makefile

# New ports collection makefile for: p5-mysql-genocide
# Date created: 2008/06/16
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= mysql-genocide
PORTVERSION= 0.03
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RSOLIV
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parallel operation on MySQL processlist
BUILD_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN1= mysql-genocide.1
PLIST_FILES= bin/mysql-genocide \
%%SITE_PERL%%/%%PERL_ARCH%%/auto/mysql-genocide/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/mysql-genocide
.include <bsd.port.mk>