2872eba657
Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
26 lines
523 B
Makefile
26 lines
523 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_PERL5= yes
|
|
PERL_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
MAN3= UUID.3
|
|
|
|
.include <bsd.port.mk>
|