24 lines
464 B
Makefile
24 lines
464 B
Makefile
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Adapter
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= Perl implementation of the "Adapter" Design Pattern
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Class::Adapter.3 \
|
|
Class::Adapter::Builder.3 \
|
|
Class::Adapter::Clear.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|