freebsd-ports/devel/p5-UUID/Makefile
Andrej Zverev bcb2a59a49 - Resolve of using PERL_CONFIGURE and USE_PERL5 together
- Convert to new perl5 framework
- Trim Makefile header
- Use single space after WWW: in pkg-descr and adjust URL look

With hat:	perl@
2013-09-01 17:05:52 +00:00

22 lines
449 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
MAN3= UUID.3
.include <bsd.port.mk>