1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-UUID/Makefile
Andrej Zverev 5010cb0eda - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:26:14 +00:00

21 lines
435 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>