mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
6ea1bb494e
PR: 128158 Submitted by: leeym Approved by: maintainer
30 lines
621 B
Makefile
30 lines
621 B
Makefile
# New ports collection makefile for: p5-Class-Adapter
|
|
# Date created: 2006-08-13
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Adapter
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= Perl implementation of the "Adapter" Design Pattern
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Class::Adapter.3 \
|
|
Class::Adapter::Builder.3 \
|
|
Class::Adapter::Clear.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|