freebsd-ports/devel/p5-Data-UUID/Makefile
Sahil Tandon 026f710930 - Update to 1.215
- Change my email to @FreeBSD.org

Approved by: wxs@/itetcu@ (mentors, implicit)
2010-06-11 02:33:31 +00:00

22 lines
436 B
Makefile

# New ports collection makefile for: Data::UUID
# Date created: 28 Jan 2002
# Whom: Sergey Skvortsov <skv@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Data-UUID
PORTVERSION= 1.215
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sahil@FreeBSD.org
COMMENT= Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)
PERL_CONFIGURE= yes
CONFIGURE_ARGS= </dev/null
MAN3= Data::UUID.3
.include <bsd.port.mk>