freebsd-ports/devel/p5-Object-Accessor/Makefile
Sergey Skvortsov a8e8805498 Update to 0.34
PR:		ports/124369
Submitted by:	leeym
2008-06-07 13:51:56 +00:00

24 lines
516 B
Makefile

# New ports collection makefile for: Object-Accessor
# Date created: 30 September 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Object-Accessor
PORTVERSION= 0.34
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Interface to create per object accessors
RUN_DEPENDS= ${SITE_PERL}/Params/Check.pm:${PORTSDIR}/devel/p5-Params-Check
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Object::Accessor.3
.include <bsd.port.mk>