12abbe5f12
- Pass maintainership to submitter - While I'm here, remove leading indefinite article from COMMENT PR: ports/190234 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: Palle Girgensohn <girgen@pingpong.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Cache-Simple-TimedExpiry
|
|
PORTVERSION= 0.27
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Lightweight cache with timed expiration
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|