1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/devel/p5-parent/Makefile
2013-09-21 08:04:04 +00:00

24 lines
431 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= parent
PORTVERSION= 0.228
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CORION
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Establish an ISA relationship with base classes at compile time
USES= perl5
USE_PERL5= configure
MAN3= parent.3
NO_STAGE= yes
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>