1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/devel/p5-Class-Accessor-Chained/Makefile
Mathieu Arnold d1850a3d8c Use the CPAN site macro.
Use DISTVERSION in place of DISTNAME where possible.
Remove perl 5.005 shims.
2007-08-31 13:37:23 +00:00

26 lines
541 B
Makefile

# New ports collection makefile for: devel/p5-Class-Accessor-Chained
# Date created: 03 November 2004
# Whom: mat
#
# $FreeBSD$
#
PORTNAME= Class-Accessor-Chained
PORTVERSION= 0.01
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= make chained accessors
BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Class::Accessor::Chained.3 \
Class::Accessor::Chained::Fast.3
.include <bsd.port.mk>