aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Time-Piece-MySQL/Makefile
blob: 877eefb3dc68e1893f6aff715bb97d69a2c79816 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Akinori MUSHA aka knu <knu@idaemons.org>

PORTNAME=	Time-Piece-MySQL
PORTVERSION=	0.06
PORTREVISION=	2
CATEGORIES=	databases devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	MySQL-specific methods for Time::Piece Perl module

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

NO_ARCH=	yes
USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>