1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-parent/Makefile
Andrej Zverev b7ce5f4444 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 13:53:21 +00:00

21 lines
400 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
regression-test:
cd ${WRKSRC} && ${MAKE} test
.include <bsd.port.mk>