freebsd-ports/devel/p5-Cdk/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
536 B
Makefile

# Created by: Chia-liang Kao <clkao@clkao.org>
# $FreeBSD$
PORTNAME= Cdk
PORTVERSION= 5.20120324
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ftp://dickey.his.com/cdk/
PKGNAMEPREFIX= p5-
DISTNAME= cdk-perl-${PORTVERSION:C,^[0-9]\.,,}
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module for Curses Development Kit
LICENSE= BSD4CLAUSE
LIB_DEPENDS= libcdk.so:devel/cdk
USES= perl5 tar:tgz
GNU_CONFIGURE= yes
INSTALL_TARGET= pure_install
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>