mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
26 lines
510 B
Makefile
26 lines
510 B
Makefile
# Created by: michael johnson <ahze@ahze.net>
|
|
|
|
PORTNAME= Cache-Memcached
|
|
PORTVERSION= 1.30
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN \
|
|
http://www.danga.com/memcached/dist/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl API for memcached, a distributed memory cache daemon
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-String-CRC32>0:devel/p5-String-CRC32
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|