freebsd-ports/devel/p5-Class-Adapter/Makefile
Philip M. Gollucci 4ab0687869 - Update to 1.06
PR:             ports/141532
Approved by:    maintainer timeout (snowfly@yuntech.edu.tw; 14 days)
Submitted by:   myself (pgollucci@)
2009-12-29 04:13:37 +00:00

23 lines
477 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.06
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>