2006-11-02 07:22:48 +01:00
|
|
|
# New ports collection makefile for: p5-Class-Measure
|
|
|
|
# Date created: 2006-10-23
|
|
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Measure
|
2012-03-22 10:48:42 +01:00
|
|
|
PORTVERSION= 0.05
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= devel perl5
|
2006-11-02 07:22:48 +01:00
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= Class
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-08-21 07:48:50 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2006-11-02 07:22:48 +01:00
|
|
|
COMMENT= Create, compare, and convert units of measurement
|
|
|
|
|
2012-03-22 10:48:42 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2009-07-03 12:54:54 +02:00
|
|
|
BUILD_DEPENDS= p5-Sub-Exporter>=0.982:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
2006-11-02 07:22:48 +01:00
|
|
|
|
|
|
|
MAN3= Class::Measure.3 Class::Measure::Length.3
|
|
|
|
|
2012-12-17 16:39:36 +01:00
|
|
|
.include <bsd.port.mk>
|