1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/p5-Time-Piece-MySQL/Makefile
2012-06-03 18:57:30 +00:00

25 lines
547 B
Makefile

# New ports collection makefile for: p5-Time-Piece-MySQL
# Date created: 19 August 2003
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= Time-Piece-MySQL
PORTVERSION= 0.06
CATEGORIES= databases devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Time::Piece::MySQL - Adds MySQL-specific methods to Time::Piece
BUILD_DEPENDS= p5-Time-Piece>=0:${PORTSDIR}/devel/p5-Time-Piece
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Time::Piece::MySQL.3
.include <bsd.port.mk>