2002-05-27 16:18:15 +02:00
|
|
|
# New ports collection makefile for: Data::UUID
|
|
|
|
# Date created: 28 Jan 2002
|
|
|
|
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Data-UUID
|
2006-03-20 09:58:37 +01:00
|
|
|
PORTVERSION= 0.14
|
2002-05-27 16:18:15 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Data
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Module for generating Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
2002-05-27 16:18:15 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= </dev/null
|
|
|
|
|
|
|
|
MAN3= Data::UUID.3
|
|
|
|
|
2003-08-31 10:18:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-03-20 09:58:37 +01:00
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
IGNORE= perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again
|
2003-08-31 10:18:46 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|