2009-09-19 00:46:15 +02:00
|
|
|
# New ports collection makefile for: p5-UUID-Tiny
|
|
|
|
# Date created: 2009-09-15
|
|
|
|
# Whom: Christopher Key <cjk32@cam.ac.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= UUID-Tiny
|
2010-02-11 18:03:23 +01:00
|
|
|
PORTVERSION= 1.03
|
2009-09-19 00:46:15 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-08-22 23:42:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-09-19 00:46:15 +02:00
|
|
|
COMMENT= Pure Perl UUID Support With Functional Interface
|
|
|
|
|
2010-01-28 05:53:50 +01:00
|
|
|
BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2009-09-19 00:46:15 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= UUID::Tiny.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|