freebsd-ports/databases/p5-Cache-Memcached/Makefile
Frederic Culot 19d86f668c - Update to 1.30
- Add LICENSE (Artistic 1 & GPL 1)
- Remove SITE_PERL from *_DEPENDS

Changes:	http://search.cpan.org/dist/Cache-Memcached/ChangeLog
2012-05-22 08:01:05 +00:00

28 lines
636 B
Makefile

# New ports collection makefile for: p5-Cache-Memcached
# Date created: 2004-04-15
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= Cache-Memcached
PORTVERSION= 1.30
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= p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32
RUN_DEPENDS= p5-String-CRC32>0:${PORTSDIR}/devel/p5-String-CRC32
PERL_CONFIGURE= yes
MAN3= Cache::Memcached.3
.include <bsd.port.mk>