2005-12-11 17:52:44 +01:00
|
|
|
# New ports collection makefile for: linux libperl
|
|
|
|
# Date created: Sun Dec 11 16:38:34 UTC 2005
|
|
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
|
|
# Based on: emulators/linux_base by marcel@FreeBSD.org and
|
|
|
|
# devel/linux-sdl12 by freebsd-emulation@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libperl
|
|
|
|
PORTVERSION= 5.8.5
|
|
|
|
CATEGORIES= lang linux
|
|
|
|
MASTER_SITES= ftp://195.220.108.108/linux/conectiva/snapshot/i386/RPMS.extra/
|
|
|
|
PKGNAMEPREFIX= linux-
|
2007-07-01 17:14:55 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:R}-${PORTVERSION}-67091cl
|
2005-12-11 17:52:44 +01:00
|
|
|
|
2006-12-10 17:33:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-12-11 17:52:44 +01:00
|
|
|
COMMENT= Library for embedding the perl interpreter (linux version)
|
|
|
|
|
2007-07-01 17:14:55 +02:00
|
|
|
USE_LINUX_RPM= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2005-12-11 17:52:44 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
|
2007-07-01 17:14:55 +02:00
|
|
|
DIST_SUBDIR= rpm
|
|
|
|
PLIST= ${MASTERDIR}/pkg-plist.${LINUX_RPM_ARCH}
|
2007-07-03 15:20:16 +02:00
|
|
|
SRC_DISTFILES= # empty, perl is covered by the Artistic License, so this is ok
|
2005-12-11 17:52:44 +01:00
|
|
|
|
2007-07-01 17:14:55 +02:00
|
|
|
.include <bsd.port.mk>
|