freebsd-ports/devel/p5-UUID/Makefile
Eitan Adler 2872eba657 The variable is USE_PERL5 not USE_PERL
Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
2012-02-07 13:29:00 +00:00

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>