17 lines
351 B
Makefile
17 lines
351 B
Makefile
# Created by: Sergey Skvortsov <skv@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-UUID
|
|
PORTVERSION= 1.219
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Generate Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
CONFIGURE_ARGS= </dev/null
|
|
|
|
.include <bsd.port.mk>
|