1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/p5-Object-Accessor/Makefile
Frederic Culot 04bf5f575d - Update to 0.42
- Make use of the CPAN:USER macro

Changes:	http://search.cpan.org/dist/Object-Accessor/CHANGES
2011-06-01 11:02:00 +00:00

26 lines
549 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.42
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BINGOS
PKGNAMEPREFIX= p5-
MAINTAINER= perl@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>