diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-10 21:40:53 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-10 21:40:53 +0000 |
commit | c678d9bb4489f9e0d800fc3150489168cfa7ae53 (patch) | |
tree | d90e7e6c583941c11842e4e75de4fda9e720fd90 /devel/p5-UUID/Makefile | |
parent | 4090db3bb2a5032da8cbe2c0b7c071573c8d9332 (diff) | |
download | ports-c678d9bb4489f9e0d800fc3150489168cfa7ae53.tar.gz ports-c678d9bb4489f9e0d800fc3150489168cfa7ae53.zip |
UUID - Perl extension for using UUID interfaces as defined in e2fsprogs.
Notes
Notes:
svn path=/head/; revision=277491
Diffstat (limited to 'devel/p5-UUID/Makefile')
-rw-r--r-- | devel/p5-UUID/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/p5-UUID/Makefile b/devel/p5-UUID/Makefile new file mode 100644 index 000000000000..66cb08fd3d2b --- /dev/null +++ b/devel/p5-UUID/Makefile @@ -0,0 +1,26 @@ +# 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> |