mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
b7ce5f4444
Approved by: portmgr (blanket infrastructure)
21 lines
400 B
Makefile
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>
|