25 lines
523 B
Makefile
25 lines
523 B
Makefile
# New ports collection makefile for: Object-Simple
|
|
# Date created: 27 December 2009
|
|
# Whom: Andrey Kostenko <andrey@kostenko.name>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Object-Simple
|
|
PORTVERSION= 3.0620
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/K/KI/KIMOTO
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple class builder
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Object::Simple.3 \
|
|
Object::Simple::Accessor.3 \
|
|
Object::Simple::Guide::Ja.3 \
|
|
Object::Simple::Guide.3
|
|
|
|
.include <bsd.port.mk>
|