blob: eeb92262ccd9a72b986d5293dbd5110d8823ff21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.mk>
|