freebsd-ports/devel/p5-UUID/Makefile

26 lines
522 B
Makefile

# New ports collection makefile for: p5-UUID
# Date created: 2011-07-10
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= UUID
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JNH
PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= Perl extension for using UUID interfaces as defined in e2fsprogs
LIB_DEPENDS= uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
USE_PERL= yes
PERL_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
MAN3= UUID.3
.include <bsd.port.mk>