freebsd-ports/devel/p5-Class-Adapter/Makefile
Sunpoet Po-Chuan Hsieh ed2254e03b - Update to 1.08
- Add LICENSE

Changes:	http://search.cpan.org/dist/Class-Adapter/Changes
PR:		ports/168145
Submitted by:	sunpoet (myself)
Approved by:	snowfly <snowfly@yuntech.edu.tw> (maintainer)
2012-05-28 16:49:33 +00:00

26 lines
518 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.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
PERL_CONFIGURE= yes
MAN3= Class::Adapter.3 \
Class::Adapter::Builder.3 \
Class::Adapter::Clear.3
.include <bsd.port.mk>